Skip to content

Commit

Permalink
Merge pull request #2551 from alphagov/Retire-and-delete-OIM-finder
Browse files Browse the repository at this point in the history
Retire and delete OIM finder
  • Loading branch information
baisa authored Nov 30, 2023
2 parents 92f786c + be05308 commit c617403
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 359 deletions.
1 change: 0 additions & 1 deletion content_schemas/allowed_document_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
- official
- official_statistics
- official_statistics_announcement
- oim_project
- open_call_for_evidence
- open_consultation
- oral_statement
Expand Down
1 change: 0 additions & 1 deletion content_schemas/dist/formats/generic/frontend/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"official",
"official_statistics",
"official_statistics_announcement",
"oim_project",
"open_call_for_evidence",
"open_consultation",
"oral_statement",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"marine_equipment_approved_recommendation",
"marine_notice",
"medical_safety_alert",
"oim_project",
"product_safety_alert_report_recall",
"protected_food_drink_name",
"raib_report",
Expand Down Expand Up @@ -578,9 +577,6 @@
{
"$ref": "#/definitions/medical_safety_alert_metadata"
},
{
"$ref": "#/definitions/oim_project_metadata"
},
{
"$ref": "#/definitions/product_safety_alert_report_recall_metadata"
},
Expand Down Expand Up @@ -2426,41 +2422,6 @@
},
"minItems": 1
},
"oim_project_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_published": {
"type": "boolean"
},
"oim_project_closed_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_state": {
"type": "string",
"enum": [
"open",
"closed"
]
},
"oim_project_type": {
"type": "string",
"enum": [
"annual-report",
"five-yearly-report",
"discretionary-report",
"report-on-proposed-regulatory-provision",
"report-after-regulatory-provision-is-passed-or-made",
"report-on-provision-considered-to-have-detrimental-effects"
]
}
}
},
"product_safety_alert_report_recall_metadata": {
"type": "object",
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"marine_equipment_approved_recommendation",
"marine_notice",
"medical_safety_alert",
"oim_project",
"product_safety_alert_report_recall",
"protected_food_drink_name",
"raib_report",
Expand Down Expand Up @@ -670,9 +669,6 @@
{
"$ref": "#/definitions/medical_safety_alert_metadata"
},
{
"$ref": "#/definitions/oim_project_metadata"
},
{
"$ref": "#/definitions/product_safety_alert_report_recall_metadata"
},
Expand Down Expand Up @@ -2550,41 +2546,6 @@
},
"minItems": 1
},
"oim_project_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_published": {
"type": "boolean"
},
"oim_project_closed_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_state": {
"type": "string",
"enum": [
"open",
"closed"
]
},
"oim_project_type": {
"type": "string",
"enum": [
"annual-report",
"five-yearly-report",
"discretionary-report",
"report-on-proposed-regulatory-provision",
"report-after-regulatory-provision-is-passed-or-made",
"report-on-provision-considered-to-have-detrimental-effects"
]
}
}
},
"payload_version": {
"description": "Counter to indicate when the payload was generated",
"type": "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"marine_equipment_approved_recommendation",
"marine_notice",
"medical_safety_alert",
"oim_project",
"product_safety_alert_report_recall",
"protected_food_drink_name",
"raib_report",
Expand Down Expand Up @@ -494,9 +493,6 @@
{
"$ref": "#/definitions/medical_safety_alert_metadata"
},
{
"$ref": "#/definitions/oim_project_metadata"
},
{
"$ref": "#/definitions/product_safety_alert_report_recall_metadata"
},
Expand Down Expand Up @@ -2235,41 +2231,6 @@
},
"minItems": 1
},
"oim_project_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_published": {
"type": "boolean"
},
"oim_project_closed_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"oim_project_state": {
"type": "string",
"enum": [
"open",
"closed"
]
},
"oim_project_type": {
"type": "string",
"enum": [
"annual-report",
"five-yearly-report",
"discretionary-report",
"report-on-proposed-regulatory-provision",
"report-after-regulatory-provision-is-passed-or-made",
"report-on-provision-considered-to-have-detrimental-effects"
]
}
}
},
"product_safety_alert_report_recall_metadata": {
"type": "object",
"additionalProperties": false,
Expand Down
Loading

0 comments on commit c617403

Please sign in to comment.