diff --git a/content_schemas/dist/formats/answer/publisher_v2/schema.json b/content_schemas/dist/formats/answer/publisher_v2/schema.json index 127f0287b..f7a4675d4 100644 --- a/content_schemas/dist/formats/answer/publisher_v2/schema.json +++ b/content_schemas/dist/formats/answer/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/calendar/publisher_v2/schema.json b/content_schemas/dist/formats/calendar/publisher_v2/schema.json index 15e278878..d8fb78eb2 100644 --- a/content_schemas/dist/formats/calendar/publisher_v2/schema.json +++ b/content_schemas/dist/formats/calendar/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json b/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json index 3527ffae1..f64133c86 100644 --- a/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json +++ b/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json @@ -56,6 +56,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/case_study/publisher_v2/schema.json b/content_schemas/dist/formats/case_study/publisher_v2/schema.json index abf883828..98abf20f0 100644 --- a/content_schemas/dist/formats/case_study/publisher_v2/schema.json +++ b/content_schemas/dist/formats/case_study/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/completed_transaction/publisher_v2/schema.json b/content_schemas/dist/formats/completed_transaction/publisher_v2/schema.json index 38bd3f53f..c676fabe6 100644 --- a/content_schemas/dist/formats/completed_transaction/publisher_v2/schema.json +++ b/content_schemas/dist/formats/completed_transaction/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/consultation/publisher_v2/schema.json b/content_schemas/dist/formats/consultation/publisher_v2/schema.json index 3b234f33f..4c7bde7ef 100644 --- a/content_schemas/dist/formats/consultation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/consultation/publisher_v2/schema.json @@ -56,6 +56,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/contact/publisher_v2/schema.json b/content_schemas/dist/formats/contact/publisher_v2/schema.json index bcaee546b..50ea425b1 100644 --- a/content_schemas/dist/formats/contact/publisher_v2/schema.json +++ b/content_schemas/dist/formats/contact/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/content_block_email_address/publisher_v2/schema.json b/content_schemas/dist/formats/content_block_email_address/publisher_v2/schema.json index e97891481..585fee9db 100644 --- a/content_schemas/dist/formats/content_block_email_address/publisher_v2/schema.json +++ b/content_schemas/dist/formats/content_block_email_address/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "$ref": "#/definitions/instructions_to_publishers_optional" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", @@ -219,6 +222,16 @@ }, "uniqueItems": true }, + "instructions_to_publishers_optional": { + "anyOf": [ + { + "$ref": "#/definitions/content_id_alias" + }, + { + "type": "null" + } + ] + }, "locale": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/content_block_postal_address/publisher_v2/schema.json b/content_schemas/dist/formats/content_block_postal_address/publisher_v2/schema.json index 2971a88ee..7c3ed7a1d 100644 --- a/content_schemas/dist/formats/content_block_postal_address/publisher_v2/schema.json +++ b/content_schemas/dist/formats/content_block_postal_address/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "$ref": "#/definitions/instructions_to_publishers_optional" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", @@ -232,6 +235,16 @@ }, "uniqueItems": true }, + "instructions_to_publishers_optional": { + "anyOf": [ + { + "$ref": "#/definitions/content_id_alias" + }, + { + "type": "null" + } + ] + }, "locale": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/schema.json b/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/schema.json index ca85a14bb..636b77587 100644 --- a/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json b/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json index 6b15188e7..d33bc1c67 100644 --- a/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json @@ -74,6 +74,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json b/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json index d40ad4de0..59e975e80 100644 --- a/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json +++ b/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/document_collection/publisher_v2/schema.json b/content_schemas/dist/formats/document_collection/publisher_v2/schema.json index dcad85181..f5fe51ac8 100644 --- a/content_schemas/dist/formats/document_collection/publisher_v2/schema.json +++ b/content_schemas/dist/formats/document_collection/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json b/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json index b21d6218d..06e1e9ddf 100644 --- a/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json +++ b/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/embassies_index/publisher_v2/schema.json b/content_schemas/dist/formats/embassies_index/publisher_v2/schema.json index e223577f5..ea9678827 100644 --- a/content_schemas/dist/formats/embassies_index/publisher_v2/schema.json +++ b/content_schemas/dist/formats/embassies_index/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/external_content/publisher_v2/schema.json b/content_schemas/dist/formats/external_content/publisher_v2/schema.json index 82af20518..a48d2c5e8 100644 --- a/content_schemas/dist/formats/external_content/publisher_v2/schema.json +++ b/content_schemas/dist/formats/external_content/publisher_v2/schema.json @@ -51,6 +51,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/facet/publisher_v2/schema.json b/content_schemas/dist/formats/facet/publisher_v2/schema.json index ffd1f4f02..bf8a79330 100644 --- a/content_schemas/dist/formats/facet/publisher_v2/schema.json +++ b/content_schemas/dist/formats/facet/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/fatality_notice/publisher_v2/schema.json b/content_schemas/dist/formats/fatality_notice/publisher_v2/schema.json index 09d32ad99..c4ab7a03a 100644 --- a/content_schemas/dist/formats/fatality_notice/publisher_v2/schema.json +++ b/content_schemas/dist/formats/fatality_notice/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/field_of_operation/publisher_v2/schema.json b/content_schemas/dist/formats/field_of_operation/publisher_v2/schema.json index f01481d6d..deb12eb0e 100644 --- a/content_schemas/dist/formats/field_of_operation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/field_of_operation/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/fields_of_operation/publisher_v2/schema.json b/content_schemas/dist/formats/fields_of_operation/publisher_v2/schema.json index 0659340f9..4b487d348 100644 --- a/content_schemas/dist/formats/fields_of_operation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/fields_of_operation/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/finder/publisher_v2/schema.json b/content_schemas/dist/formats/finder/publisher_v2/schema.json index 0d1e99897..7516a3fb9 100644 --- a/content_schemas/dist/formats/finder/publisher_v2/schema.json +++ b/content_schemas/dist/formats/finder/publisher_v2/schema.json @@ -54,6 +54,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/finder_email_signup/publisher_v2/schema.json b/content_schemas/dist/formats/finder_email_signup/publisher_v2/schema.json index 971b062d4..f3472d251 100644 --- a/content_schemas/dist/formats/finder_email_signup/publisher_v2/schema.json +++ b/content_schemas/dist/formats/finder_email_signup/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/generic/publisher_v2/schema.json b/content_schemas/dist/formats/generic/publisher_v2/schema.json index f146052e8..ed07f8638 100644 --- a/content_schemas/dist/formats/generic/publisher_v2/schema.json +++ b/content_schemas/dist/formats/generic/publisher_v2/schema.json @@ -237,6 +237,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json index 983add9af..bd52bbeb1 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json @@ -237,6 +237,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/get_involved/publisher_v2/schema.json b/content_schemas/dist/formats/get_involved/publisher_v2/schema.json index 19dcf52d4..ef730ddb0 100644 --- a/content_schemas/dist/formats/get_involved/publisher_v2/schema.json +++ b/content_schemas/dist/formats/get_involved/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/gone/publisher_v2/schema.json b/content_schemas/dist/formats/gone/publisher_v2/schema.json index 9b9727032..453038678 100644 --- a/content_schemas/dist/formats/gone/publisher_v2/schema.json +++ b/content_schemas/dist/formats/gone/publisher_v2/schema.json @@ -48,6 +48,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/government/publisher_v2/schema.json b/content_schemas/dist/formats/government/publisher_v2/schema.json index 587a53c96..910158161 100644 --- a/content_schemas/dist/formats/government/publisher_v2/schema.json +++ b/content_schemas/dist/formats/government/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/guide/publisher_v2/schema.json b/content_schemas/dist/formats/guide/publisher_v2/schema.json index 6119b8326..4b2f75450 100644 --- a/content_schemas/dist/formats/guide/publisher_v2/schema.json +++ b/content_schemas/dist/formats/guide/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/help_page/publisher_v2/schema.json b/content_schemas/dist/formats/help_page/publisher_v2/schema.json index 73ce21735..b8aa7238e 100644 --- a/content_schemas/dist/formats/help_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/help_page/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/historic_appointment/publisher_v2/schema.json b/content_schemas/dist/formats/historic_appointment/publisher_v2/schema.json index 96b28d271..1d198ed40 100644 --- a/content_schemas/dist/formats/historic_appointment/publisher_v2/schema.json +++ b/content_schemas/dist/formats/historic_appointment/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/historic_appointments/publisher_v2/schema.json b/content_schemas/dist/formats/historic_appointments/publisher_v2/schema.json index ab8adcccc..28002e4f2 100644 --- a/content_schemas/dist/formats/historic_appointments/publisher_v2/schema.json +++ b/content_schemas/dist/formats/historic_appointments/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/history/publisher_v2/schema.json b/content_schemas/dist/formats/history/publisher_v2/schema.json index 567a3e884..b62e0950a 100644 --- a/content_schemas/dist/formats/history/publisher_v2/schema.json +++ b/content_schemas/dist/formats/history/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json b/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json index 9ab5fa06a..55949d865 100644 --- a/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json +++ b/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/schema.json b/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/schema.json index f6340126c..066ab6724 100644 --- a/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/schema.json +++ b/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/homepage/publisher_v2/schema.json b/content_schemas/dist/formats/homepage/publisher_v2/schema.json index 0e8b9f416..c4bf19c50 100644 --- a/content_schemas/dist/formats/homepage/publisher_v2/schema.json +++ b/content_schemas/dist/formats/homepage/publisher_v2/schema.json @@ -54,6 +54,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/how_government_works/publisher_v2/schema.json b/content_schemas/dist/formats/how_government_works/publisher_v2/schema.json index 16a258243..5620be513 100644 --- a/content_schemas/dist/formats/how_government_works/publisher_v2/schema.json +++ b/content_schemas/dist/formats/how_government_works/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/html_publication/publisher_v2/schema.json b/content_schemas/dist/formats/html_publication/publisher_v2/schema.json index 1ff4a76ca..4047b8846 100644 --- a/content_schemas/dist/formats/html_publication/publisher_v2/schema.json +++ b/content_schemas/dist/formats/html_publication/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/landing_page/publisher_v2/schema.json b/content_schemas/dist/formats/landing_page/publisher_v2/schema.json index ad36b0948..a368eb3b0 100644 --- a/content_schemas/dist/formats/landing_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/landing_page/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/licence/publisher_v2/schema.json b/content_schemas/dist/formats/licence/publisher_v2/schema.json index b0063ea25..666aabb92 100644 --- a/content_schemas/dist/formats/licence/publisher_v2/schema.json +++ b/content_schemas/dist/formats/licence/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/link_collection/publisher_v2/schema.json b/content_schemas/dist/formats/link_collection/publisher_v2/schema.json index e3a61205d..d361b5b51 100644 --- a/content_schemas/dist/formats/link_collection/publisher_v2/schema.json +++ b/content_schemas/dist/formats/link_collection/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/local_transaction/publisher_v2/schema.json b/content_schemas/dist/formats/local_transaction/publisher_v2/schema.json index d96c4a59e..760355d8f 100644 --- a/content_schemas/dist/formats/local_transaction/publisher_v2/schema.json +++ b/content_schemas/dist/formats/local_transaction/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/schema.json b/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/schema.json index 54d8341c1..29512b71d 100644 --- a/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/manual/publisher_v2/schema.json b/content_schemas/dist/formats/manual/publisher_v2/schema.json index 034ab63ca..47980c123 100644 --- a/content_schemas/dist/formats/manual/publisher_v2/schema.json +++ b/content_schemas/dist/formats/manual/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/manual_section/publisher_v2/schema.json b/content_schemas/dist/formats/manual_section/publisher_v2/schema.json index cc21b3ef9..a55e7428a 100644 --- a/content_schemas/dist/formats/manual_section/publisher_v2/schema.json +++ b/content_schemas/dist/formats/manual_section/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/ministers_index/publisher_v2/schema.json b/content_schemas/dist/formats/ministers_index/publisher_v2/schema.json index f276468ff..a5425e076 100644 --- a/content_schemas/dist/formats/ministers_index/publisher_v2/schema.json +++ b/content_schemas/dist/formats/ministers_index/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/need/publisher_v2/schema.json b/content_schemas/dist/formats/need/publisher_v2/schema.json index a2fac580a..4fcecbbc6 100644 --- a/content_schemas/dist/formats/need/publisher_v2/schema.json +++ b/content_schemas/dist/formats/need/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/news_article/publisher_v2/schema.json b/content_schemas/dist/formats/news_article/publisher_v2/schema.json index a06322260..a1352a4b3 100644 --- a/content_schemas/dist/formats/news_article/publisher_v2/schema.json +++ b/content_schemas/dist/formats/news_article/publisher_v2/schema.json @@ -56,6 +56,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/organisation/publisher_v2/schema.json b/content_schemas/dist/formats/organisation/publisher_v2/schema.json index d71ddab9c..b17eb76b4 100644 --- a/content_schemas/dist/formats/organisation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/organisation/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/organisations_homepage/publisher_v2/schema.json b/content_schemas/dist/formats/organisations_homepage/publisher_v2/schema.json index 1c5101661..03c8eef76 100644 --- a/content_schemas/dist/formats/organisations_homepage/publisher_v2/schema.json +++ b/content_schemas/dist/formats/organisations_homepage/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/person/publisher_v2/schema.json b/content_schemas/dist/formats/person/publisher_v2/schema.json index 4070733f0..4b39ce657 100644 --- a/content_schemas/dist/formats/person/publisher_v2/schema.json +++ b/content_schemas/dist/formats/person/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/place/publisher_v2/schema.json b/content_schemas/dist/formats/place/publisher_v2/schema.json index c59ee4862..4e765ddc6 100644 --- a/content_schemas/dist/formats/place/publisher_v2/schema.json +++ b/content_schemas/dist/formats/place/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/publication/publisher_v2/schema.json b/content_schemas/dist/formats/publication/publisher_v2/schema.json index 2443b691f..1f0175a40 100644 --- a/content_schemas/dist/formats/publication/publisher_v2/schema.json +++ b/content_schemas/dist/formats/publication/publisher_v2/schema.json @@ -72,6 +72,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/redirect/publisher_v2/schema.json b/content_schemas/dist/formats/redirect/publisher_v2/schema.json index 32d856ae2..39c89ac90 100644 --- a/content_schemas/dist/formats/redirect/publisher_v2/schema.json +++ b/content_schemas/dist/formats/redirect/publisher_v2/schema.json @@ -52,6 +52,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/role/publisher_v2/schema.json b/content_schemas/dist/formats/role/publisher_v2/schema.json index 078d895c0..ae036e4c6 100644 --- a/content_schemas/dist/formats/role/publisher_v2/schema.json +++ b/content_schemas/dist/formats/role/publisher_v2/schema.json @@ -63,6 +63,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/role_appointment/publisher_v2/schema.json b/content_schemas/dist/formats/role_appointment/publisher_v2/schema.json index 83b9eef78..08e7660db 100644 --- a/content_schemas/dist/formats/role_appointment/publisher_v2/schema.json +++ b/content_schemas/dist/formats/role_appointment/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_manual_guide/publisher_v2/schema.json b/content_schemas/dist/formats/service_manual_guide/publisher_v2/schema.json index f5975ddea..4b1a4b4ad 100644 --- a/content_schemas/dist/formats/service_manual_guide/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_manual_guide/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_manual_homepage/publisher_v2/schema.json b/content_schemas/dist/formats/service_manual_homepage/publisher_v2/schema.json index 0d8769245..80b185445 100644 --- a/content_schemas/dist/formats/service_manual_homepage/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_manual_homepage/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/schema.json b/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/schema.json index 66f18c787..345c0cd5b 100644 --- a/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/schema.json b/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/schema.json index cb264f1b2..998d3825a 100644 --- a/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_manual_topic/publisher_v2/schema.json b/content_schemas/dist/formats/service_manual_topic/publisher_v2/schema.json index a49509beb..86e1ac3de 100644 --- a/content_schemas/dist/formats/service_manual_topic/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_manual_topic/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/service_sign_in/publisher_v2/schema.json b/content_schemas/dist/formats/service_sign_in/publisher_v2/schema.json index c60212c0d..e76bffa18 100644 --- a/content_schemas/dist/formats/service_sign_in/publisher_v2/schema.json +++ b/content_schemas/dist/formats/service_sign_in/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/simple_smart_answer/publisher_v2/schema.json b/content_schemas/dist/formats/simple_smart_answer/publisher_v2/schema.json index f66a23850..6ea3a563a 100644 --- a/content_schemas/dist/formats/simple_smart_answer/publisher_v2/schema.json +++ b/content_schemas/dist/formats/simple_smart_answer/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/smart_answer/publisher_v2/schema.json b/content_schemas/dist/formats/smart_answer/publisher_v2/schema.json index 49c6c2a4a..79b70deb0 100644 --- a/content_schemas/dist/formats/smart_answer/publisher_v2/schema.json +++ b/content_schemas/dist/formats/smart_answer/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/special_route/publisher_v2/schema.json b/content_schemas/dist/formats/special_route/publisher_v2/schema.json index d38ff7a90..59c1ca443 100644 --- a/content_schemas/dist/formats/special_route/publisher_v2/schema.json +++ b/content_schemas/dist/formats/special_route/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json index feb9f2b60..cb97ee3c7 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -237,6 +237,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/speech/publisher_v2/schema.json b/content_schemas/dist/formats/speech/publisher_v2/schema.json index 61e729c2d..de66ac572 100644 --- a/content_schemas/dist/formats/speech/publisher_v2/schema.json +++ b/content_schemas/dist/formats/speech/publisher_v2/schema.json @@ -56,6 +56,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json b/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json index b2fa1048b..e891de23f 100644 --- a/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json +++ b/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/statistics_announcement/publisher_v2/schema.json b/content_schemas/dist/formats/statistics_announcement/publisher_v2/schema.json index 12574888f..c3e404695 100644 --- a/content_schemas/dist/formats/statistics_announcement/publisher_v2/schema.json +++ b/content_schemas/dist/formats/statistics_announcement/publisher_v2/schema.json @@ -57,6 +57,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/step_by_step_nav/publisher_v2/schema.json b/content_schemas/dist/formats/step_by_step_nav/publisher_v2/schema.json index 8a767b3cd..63a15a108 100644 --- a/content_schemas/dist/formats/step_by_step_nav/publisher_v2/schema.json +++ b/content_schemas/dist/formats/step_by_step_nav/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/take_part/publisher_v2/schema.json b/content_schemas/dist/formats/take_part/publisher_v2/schema.json index aebd08d5b..813ca63c4 100644 --- a/content_schemas/dist/formats/take_part/publisher_v2/schema.json +++ b/content_schemas/dist/formats/take_part/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/taxon/publisher_v2/schema.json b/content_schemas/dist/formats/taxon/publisher_v2/schema.json index 8da3a0e17..76bad09d7 100644 --- a/content_schemas/dist/formats/taxon/publisher_v2/schema.json +++ b/content_schemas/dist/formats/taxon/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/topical_event/publisher_v2/schema.json b/content_schemas/dist/formats/topical_event/publisher_v2/schema.json index eb9aea7a2..0554f8091 100644 --- a/content_schemas/dist/formats/topical_event/publisher_v2/schema.json +++ b/content_schemas/dist/formats/topical_event/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/topical_event_about_page/publisher_v2/schema.json b/content_schemas/dist/formats/topical_event_about_page/publisher_v2/schema.json index ad0a88c7f..8829c24cb 100644 --- a/content_schemas/dist/formats/topical_event_about_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/topical_event_about_page/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/transaction/publisher_v2/schema.json b/content_schemas/dist/formats/transaction/publisher_v2/schema.json index 74c9da16a..0bed7aec4 100644 --- a/content_schemas/dist/formats/transaction/publisher_v2/schema.json +++ b/content_schemas/dist/formats/transaction/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json b/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json index ca8f8089c..4f78da6d2 100644 --- a/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json +++ b/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/travel_advice_index/publisher_v2/schema.json b/content_schemas/dist/formats/travel_advice_index/publisher_v2/schema.json index 28532753d..efc8aa2df 100644 --- a/content_schemas/dist/formats/travel_advice_index/publisher_v2/schema.json +++ b/content_schemas/dist/formats/travel_advice_index/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/working_group/publisher_v2/schema.json b/content_schemas/dist/formats/working_group/publisher_v2/schema.json index f201c2a8c..e5586b463 100644 --- a/content_schemas/dist/formats/working_group/publisher_v2/schema.json +++ b/content_schemas/dist/formats/working_group/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/world_index/publisher_v2/schema.json b/content_schemas/dist/formats/world_index/publisher_v2/schema.json index f27e7cbc2..b25c0e40b 100644 --- a/content_schemas/dist/formats/world_index/publisher_v2/schema.json +++ b/content_schemas/dist/formats/world_index/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/world_location/publisher_v2/schema.json b/content_schemas/dist/formats/world_location/publisher_v2/schema.json index cd6e2d150..5faf2e659 100644 --- a/content_schemas/dist/formats/world_location/publisher_v2/schema.json +++ b/content_schemas/dist/formats/world_location/publisher_v2/schema.json @@ -50,6 +50,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/world_location_news/publisher_v2/schema.json b/content_schemas/dist/formats/world_location_news/publisher_v2/schema.json index 3b4ede8e3..b7b8bb9e1 100644 --- a/content_schemas/dist/formats/world_location_news/publisher_v2/schema.json +++ b/content_schemas/dist/formats/world_location_news/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/schema.json b/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/schema.json index 8c59906f4..4be896143 100644 --- a/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/schema.json +++ b/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/schema.json @@ -74,6 +74,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/worldwide_office/publisher_v2/schema.json b/content_schemas/dist/formats/worldwide_office/publisher_v2/schema.json index 438027124..742fb8095 100644 --- a/content_schemas/dist/formats/worldwide_office/publisher_v2/schema.json +++ b/content_schemas/dist/formats/worldwide_office/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/dist/formats/worldwide_organisation/publisher_v2/schema.json b/content_schemas/dist/formats/worldwide_organisation/publisher_v2/schema.json index 534f7abca..b6f73e5ea 100644 --- a/content_schemas/dist/formats/worldwide_organisation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/worldwide_organisation/publisher_v2/schema.json @@ -53,6 +53,9 @@ "first_published_at": { "$ref": "#/definitions/first_published_at" }, + "instructions_to_publishers": { + "type": "null" + }, "last_edited_at": { "description": "Last time when the content received a major or minor update.", "type": "string", diff --git a/content_schemas/examples/content_block_email_address/publisher_v2/example.json b/content_schemas/examples/content_block_email_address/publisher_v2/example.json index adc9db3ec..3dcf8376f 100644 --- a/content_schemas/examples/content_block_email_address/publisher_v2/example.json +++ b/content_schemas/examples/content_block_email_address/publisher_v2/example.json @@ -3,7 +3,7 @@ "schema_name": "content_block_email_address", "document_type": "content_block_email_address", "title": "Government Digital Service - General contact", - "description": "General contact email address for Government Digital Service", + "instructions_to_publishers": "General contact email address for Government Digital Service", "content_id_alias": "gds-general", "details": { "email_address": "foo@example.com" diff --git a/content_schemas/formats/shared/content_block.jsonnet b/content_schemas/formats/shared/content_block.jsonnet index cff00119a..ef73e36d6 100644 --- a/content_schemas/formats/shared/content_block.jsonnet +++ b/content_schemas/formats/shared/content_block.jsonnet @@ -1,6 +1,7 @@ (import "default_format.jsonnet") + { base_path: "forbidden", content_id_alias: "optional", + instructions_to_publishers: "optional", routes: "forbidden", rendering_app: "forbidden", edition_links: (import "base_edition_links.jsonnet") + { diff --git a/content_schemas/formats/shared/default_format.jsonnet b/content_schemas/formats/shared/default_format.jsonnet index 00560669a..0707ecfa1 100644 --- a/content_schemas/formats/shared/default_format.jsonnet +++ b/content_schemas/formats/shared/default_format.jsonnet @@ -7,6 +7,7 @@ document_type: null, edition_links: import "base_edition_links.jsonnet", frontend_content_id: "required", + instructions_to_publishers: "forbidden", links: import "base_links.jsonnet", redirects: "forbidden", rendering_app: "required", diff --git a/content_schemas/formats/shared/definitions/instructions_to_publishers.jsonnet b/content_schemas/formats/shared/definitions/instructions_to_publishers.jsonnet new file mode 100644 index 000000000..e71bdbebd --- /dev/null +++ b/content_schemas/formats/shared/definitions/instructions_to_publishers.jsonnet @@ -0,0 +1,16 @@ +{ + instructions_to_publishers: { + description: "Internal message to add context to a Content Block. Should only be supplied for Content Blocks.", + type: "string", + }, + instructions_to_publishers_optional: { + anyOf: [ + { + "$ref": "#/definitions/content_id_alias", + }, + { + type: "null", + }, + ], + }, +} diff --git a/lib/schema_generator/format.rb b/lib/schema_generator/format.rb index 1ef0fd960..9a87e84b4 100644 --- a/lib/schema_generator/format.rb +++ b/lib/schema_generator/format.rb @@ -104,6 +104,16 @@ def content_id_alias ) end + def instructions_to_publishers + @instructions_to_publishers ||= OptionalProperty.new( + property: "instructions_to_publishers", + status: format_data["instructions_to_publishers"] || "optional", + required_definition: "instructions_to_publishers", + optional_definition: "instructions_to_publishers_optional", + forbidden_definition: "null", + ) + end + def generate_publisher? generate_publisher = format_data.dig("generate", "publisher") generate_publisher.nil? ? true : generate_publisher diff --git a/lib/schema_generator/publisher_content_schema_generator.rb b/lib/schema_generator/publisher_content_schema_generator.rb index bf17d27ab..e3a2021e3 100644 --- a/lib/schema_generator/publisher_content_schema_generator.rb +++ b/lib/schema_generator/publisher_content_schema_generator.rb @@ -44,6 +44,7 @@ def derived_properties "document_type" => format.document_type.definition, "description" => format.description.definition, "details" => format.details.definition, + "instructions_to_publishers" => format.instructions_to_publishers.definition, "links" => links, "redirects" => format.redirects.definition, "rendering_app" => format.rendering_app.definition,