From ffb83381ef1868baf5787b0e84b2a42b311493e6 Mon Sep 17 00:00:00 2001 From: Richard Towers Date: Thu, 21 Nov 2024 16:37:57 +0000 Subject: [PATCH] Regenerate schemas with attachment_data_id --- .../dist/formats/call_for_evidence/frontend/schema.json | 3 +++ .../dist/formats/call_for_evidence/notification/schema.json | 3 +++ .../dist/formats/call_for_evidence/publisher_v2/schema.json | 3 +++ content_schemas/dist/formats/consultation/frontend/schema.json | 3 +++ .../dist/formats/consultation/notification/schema.json | 3 +++ .../dist/formats/consultation/publisher_v2/schema.json | 3 +++ .../formats/corporate_information_page/frontend/schema.json | 3 +++ .../corporate_information_page/notification/schema.json | 3 +++ .../corporate_information_page/publisher_v2/schema.json | 3 +++ .../dist/formats/detailed_guide/frontend/schema.json | 3 +++ .../dist/formats/detailed_guide/notification/schema.json | 3 +++ .../dist/formats/detailed_guide/publisher_v2/schema.json | 3 +++ .../dist/formats/manual_section/frontend/schema.json | 3 +++ .../dist/formats/manual_section/notification/schema.json | 3 +++ .../dist/formats/manual_section/publisher_v2/schema.json | 3 +++ content_schemas/dist/formats/news_article/frontend/schema.json | 3 +++ .../dist/formats/news_article/notification/schema.json | 3 +++ .../dist/formats/news_article/publisher_v2/schema.json | 3 +++ content_schemas/dist/formats/publication/frontend/schema.json | 3 +++ .../dist/formats/publication/notification/schema.json | 3 +++ .../dist/formats/publication/publisher_v2/schema.json | 3 +++ .../dist/formats/specialist_document/frontend/schema.json | 3 +++ .../dist/formats/specialist_document/notification/schema.json | 3 +++ .../dist/formats/specialist_document/publisher_v2/schema.json | 3 +++ .../dist/formats/statistical_data_set/frontend/schema.json | 3 +++ .../dist/formats/statistical_data_set/notification/schema.json | 3 +++ .../dist/formats/statistical_data_set/publisher_v2/schema.json | 3 +++ .../dist/formats/travel_advice/frontend/schema.json | 3 +++ .../dist/formats/travel_advice/notification/schema.json | 3 +++ .../dist/formats/travel_advice/publisher_v2/schema.json | 3 +++ .../dist/formats/working_group/frontend/schema.json | 3 +++ .../dist/formats/working_group/notification/schema.json | 3 +++ .../dist/formats/working_group/publisher_v2/schema.json | 3 +++ 33 files changed, 99 insertions(+) diff --git a/content_schemas/dist/formats/call_for_evidence/frontend/schema.json b/content_schemas/dist/formats/call_for_evidence/frontend/schema.json index 46833fb39..ad8135869 100644 --- a/content_schemas/dist/formats/call_for_evidence/frontend/schema.json +++ b/content_schemas/dist/formats/call_for_evidence/frontend/schema.json @@ -773,6 +773,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/call_for_evidence/notification/schema.json b/content_schemas/dist/formats/call_for_evidence/notification/schema.json index 2e712fbf6..0eb9eca22 100644 --- a/content_schemas/dist/formats/call_for_evidence/notification/schema.json +++ b/content_schemas/dist/formats/call_for_evidence/notification/schema.json @@ -897,6 +897,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 f64133c86..ee7fa3541 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 @@ -586,6 +586,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/consultation/frontend/schema.json b/content_schemas/dist/formats/consultation/frontend/schema.json index b2b707f20..280fb8079 100644 --- a/content_schemas/dist/formats/consultation/frontend/schema.json +++ b/content_schemas/dist/formats/consultation/frontend/schema.json @@ -790,6 +790,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/consultation/notification/schema.json b/content_schemas/dist/formats/consultation/notification/schema.json index 748d193f1..f1c0f563a 100644 --- a/content_schemas/dist/formats/consultation/notification/schema.json +++ b/content_schemas/dist/formats/consultation/notification/schema.json @@ -914,6 +914,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/consultation/publisher_v2/schema.json b/content_schemas/dist/formats/consultation/publisher_v2/schema.json index 4c7bde7ef..2a7e17922 100644 --- a/content_schemas/dist/formats/consultation/publisher_v2/schema.json +++ b/content_schemas/dist/formats/consultation/publisher_v2/schema.json @@ -603,6 +603,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/corporate_information_page/frontend/schema.json b/content_schemas/dist/formats/corporate_information_page/frontend/schema.json index bc9e5395e..defbadc89 100644 --- a/content_schemas/dist/formats/corporate_information_page/frontend/schema.json +++ b/content_schemas/dist/formats/corporate_information_page/frontend/schema.json @@ -381,6 +381,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/corporate_information_page/notification/schema.json b/content_schemas/dist/formats/corporate_information_page/notification/schema.json index 968b1a622..a9b328b5c 100644 --- a/content_schemas/dist/formats/corporate_information_page/notification/schema.json +++ b/content_schemas/dist/formats/corporate_information_page/notification/schema.json @@ -476,6 +476,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 d33bc1c67..06a9a5259 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 @@ -316,6 +316,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/detailed_guide/frontend/schema.json b/content_schemas/dist/formats/detailed_guide/frontend/schema.json index 76b5ffaf6..d10b0f390 100644 --- a/content_schemas/dist/formats/detailed_guide/frontend/schema.json +++ b/content_schemas/dist/formats/detailed_guide/frontend/schema.json @@ -404,6 +404,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/detailed_guide/notification/schema.json b/content_schemas/dist/formats/detailed_guide/notification/schema.json index c58febbbc..59fd04449 100644 --- a/content_schemas/dist/formats/detailed_guide/notification/schema.json +++ b/content_schemas/dist/formats/detailed_guide/notification/schema.json @@ -509,6 +509,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 59e975e80..1540a0ada 100644 --- a/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json +++ b/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json @@ -343,6 +343,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/manual_section/frontend/schema.json b/content_schemas/dist/formats/manual_section/frontend/schema.json index 84277895b..8409fba51 100644 --- a/content_schemas/dist/formats/manual_section/frontend/schema.json +++ b/content_schemas/dist/formats/manual_section/frontend/schema.json @@ -339,6 +339,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/manual_section/notification/schema.json b/content_schemas/dist/formats/manual_section/notification/schema.json index c9e146093..143caff04 100644 --- a/content_schemas/dist/formats/manual_section/notification/schema.json +++ b/content_schemas/dist/formats/manual_section/notification/schema.json @@ -435,6 +435,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 a55e7428a..fa5341ef9 100644 --- a/content_schemas/dist/formats/manual_section/publisher_v2/schema.json +++ b/content_schemas/dist/formats/manual_section/publisher_v2/schema.json @@ -235,6 +235,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/news_article/frontend/schema.json b/content_schemas/dist/formats/news_article/frontend/schema.json index 14132a3ec..3338ec2ba 100644 --- a/content_schemas/dist/formats/news_article/frontend/schema.json +++ b/content_schemas/dist/formats/news_article/frontend/schema.json @@ -378,6 +378,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/news_article/notification/schema.json b/content_schemas/dist/formats/news_article/notification/schema.json index 5c362fedd..14679f787 100644 --- a/content_schemas/dist/formats/news_article/notification/schema.json +++ b/content_schemas/dist/formats/news_article/notification/schema.json @@ -497,6 +497,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 a1352a4b3..af0437645 100644 --- a/content_schemas/dist/formats/news_article/publisher_v2/schema.json +++ b/content_schemas/dist/formats/news_article/publisher_v2/schema.json @@ -305,6 +305,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/publication/frontend/schema.json b/content_schemas/dist/formats/publication/frontend/schema.json index 5ce16df27..eaf95d37b 100644 --- a/content_schemas/dist/formats/publication/frontend/schema.json +++ b/content_schemas/dist/formats/publication/frontend/schema.json @@ -723,6 +723,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/publication/notification/schema.json b/content_schemas/dist/formats/publication/notification/schema.json index ad8865dcd..f8f5d6397 100644 --- a/content_schemas/dist/formats/publication/notification/schema.json +++ b/content_schemas/dist/formats/publication/notification/schema.json @@ -853,6 +853,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/publication/publisher_v2/schema.json b/content_schemas/dist/formats/publication/publisher_v2/schema.json index 1f0175a40..2fc37ecb6 100644 --- a/content_schemas/dist/formats/publication/publisher_v2/schema.json +++ b/content_schemas/dist/formats/publication/publisher_v2/schema.json @@ -536,6 +536,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index 748863ee1..87a5bc85c 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -1904,6 +1904,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index a63432321..ee8be8329 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -2045,6 +2045,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 cb97ee3c7..2f1f65f5c 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -1737,6 +1737,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/statistical_data_set/frontend/schema.json b/content_schemas/dist/formats/statistical_data_set/frontend/schema.json index d851832c4..b77db8d54 100644 --- a/content_schemas/dist/formats/statistical_data_set/frontend/schema.json +++ b/content_schemas/dist/formats/statistical_data_set/frontend/schema.json @@ -602,6 +602,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/statistical_data_set/notification/schema.json b/content_schemas/dist/formats/statistical_data_set/notification/schema.json index 176ee2d90..29b4b266d 100644 --- a/content_schemas/dist/formats/statistical_data_set/notification/schema.json +++ b/content_schemas/dist/formats/statistical_data_set/notification/schema.json @@ -714,6 +714,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 e891de23f..a77bcdf6c 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 @@ -402,6 +402,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/travel_advice/frontend/schema.json b/content_schemas/dist/formats/travel_advice/frontend/schema.json index 5551e0f30..944d39f7f 100644 --- a/content_schemas/dist/formats/travel_advice/frontend/schema.json +++ b/content_schemas/dist/formats/travel_advice/frontend/schema.json @@ -390,6 +390,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/travel_advice/notification/schema.json b/content_schemas/dist/formats/travel_advice/notification/schema.json index ea1fdc3e7..0cf00de39 100644 --- a/content_schemas/dist/formats/travel_advice/notification/schema.json +++ b/content_schemas/dist/formats/travel_advice/notification/schema.json @@ -484,6 +484,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 4f78da6d2..b98c61f6d 100644 --- a/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json +++ b/content_schemas/dist/formats/travel_advice/publisher_v2/schema.json @@ -284,6 +284,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/working_group/frontend/schema.json b/content_schemas/dist/formats/working_group/frontend/schema.json index 652b3da97..5c8ce2118 100644 --- a/content_schemas/dist/formats/working_group/frontend/schema.json +++ b/content_schemas/dist/formats/working_group/frontend/schema.json @@ -322,6 +322,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ diff --git a/content_schemas/dist/formats/working_group/notification/schema.json b/content_schemas/dist/formats/working_group/notification/schema.json index 2e91c0ffb..8d32d91ea 100644 --- a/content_schemas/dist/formats/working_group/notification/schema.json +++ b/content_schemas/dist/formats/working_group/notification/schema.json @@ -413,6 +413,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [ 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 e5586b463..b182fbc96 100644 --- a/content_schemas/dist/formats/working_group/publisher_v2/schema.json +++ b/content_schemas/dist/formats/working_group/publisher_v2/schema.json @@ -219,6 +219,9 @@ "alternative_format_contact_email": { "type": "string" }, + "attachment_data_id": { + "type": "string" + }, "attachment_type": { "type": "string", "enum": [