diff --git a/content_schemas/dist/formats/answer/frontend/schema.json b/content_schemas/dist/formats/answer/frontend/schema.json index 26ac7a8099..683337db97 100644 --- a/content_schemas/dist/formats/answer/frontend/schema.json +++ b/content_schemas/dist/formats/answer/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/answer/notification/schema.json b/content_schemas/dist/formats/answer/notification/schema.json index 22f3afef88..e6a5e73ce9 100644 --- a/content_schemas/dist/formats/answer/notification/schema.json +++ b/content_schemas/dist/formats/answer/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/calendar/frontend/schema.json b/content_schemas/dist/formats/calendar/frontend/schema.json index 3935a06a1e..3a4aaada26 100644 --- a/content_schemas/dist/formats/calendar/frontend/schema.json +++ b/content_schemas/dist/formats/calendar/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/calendar/notification/schema.json b/content_schemas/dist/formats/calendar/notification/schema.json index 9ed914afa4..9da8f83fd4 100644 --- a/content_schemas/dist/formats/calendar/notification/schema.json +++ b/content_schemas/dist/formats/calendar/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", 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 46833fb39e..f439597c9b 100644 --- a/content_schemas/dist/formats/call_for_evidence/frontend/schema.json +++ b/content_schemas/dist/formats/call_for_evidence/frontend/schema.json @@ -118,6 +118,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, 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 2e712fbf67..5eaae5fbfc 100644 --- a/content_schemas/dist/formats/call_for_evidence/notification/schema.json +++ b/content_schemas/dist/formats/call_for_evidence/notification/schema.json @@ -136,6 +136,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/case_study/frontend/schema.json b/content_schemas/dist/formats/case_study/frontend/schema.json index 604f235929..7efd2919cc 100644 --- a/content_schemas/dist/formats/case_study/frontend/schema.json +++ b/content_schemas/dist/formats/case_study/frontend/schema.json @@ -116,6 +116,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/case_study/notification/schema.json b/content_schemas/dist/formats/case_study/notification/schema.json index dd7666022b..0514c6f3e8 100644 --- a/content_schemas/dist/formats/case_study/notification/schema.json +++ b/content_schemas/dist/formats/case_study/notification/schema.json @@ -134,6 +134,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/completed_transaction/frontend/schema.json b/content_schemas/dist/formats/completed_transaction/frontend/schema.json index 421f4470f5..affd6a0a80 100644 --- a/content_schemas/dist/formats/completed_transaction/frontend/schema.json +++ b/content_schemas/dist/formats/completed_transaction/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/completed_transaction/notification/schema.json b/content_schemas/dist/formats/completed_transaction/notification/schema.json index 52d41935cd..5e450a7653 100644 --- a/content_schemas/dist/formats/completed_transaction/notification/schema.json +++ b/content_schemas/dist/formats/completed_transaction/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/consultation/frontend/schema.json b/content_schemas/dist/formats/consultation/frontend/schema.json index b2b707f201..78fd3f8aec 100644 --- a/content_schemas/dist/formats/consultation/frontend/schema.json +++ b/content_schemas/dist/formats/consultation/frontend/schema.json @@ -118,6 +118,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/consultation/notification/schema.json b/content_schemas/dist/formats/consultation/notification/schema.json index 748d193f1a..4db408ae45 100644 --- a/content_schemas/dist/formats/consultation/notification/schema.json +++ b/content_schemas/dist/formats/consultation/notification/schema.json @@ -136,6 +136,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/contact/frontend/schema.json b/content_schemas/dist/formats/contact/frontend/schema.json index b5c94b94c8..55119d4e71 100644 --- a/content_schemas/dist/formats/contact/frontend/schema.json +++ b/content_schemas/dist/formats/contact/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/contact/notification/schema.json b/content_schemas/dist/formats/contact/notification/schema.json index 243a1006b3..bc93b41642 100644 --- a/content_schemas/dist/formats/contact/notification/schema.json +++ b/content_schemas/dist/formats/contact/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/content_block_email_address/notification/schema.json b/content_schemas/dist/formats/content_block_email_address/notification/schema.json index 16b1cb2e15..a48bf90168 100644 --- a/content_schemas/dist/formats/content_block_email_address/notification/schema.json +++ b/content_schemas/dist/formats/content_block_email_address/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/content_block_pension/notification/schema.json b/content_schemas/dist/formats/content_block_pension/notification/schema.json index b2da1036c8..c3359c317f 100644 --- a/content_schemas/dist/formats/content_block_pension/notification/schema.json +++ b/content_schemas/dist/formats/content_block_pension/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/content_block_postal_address/notification/schema.json b/content_schemas/dist/formats/content_block_postal_address/notification/schema.json index caec5d8158..ae33e7b394 100644 --- a/content_schemas/dist/formats/content_block_postal_address/notification/schema.json +++ b/content_schemas/dist/formats/content_block_postal_address/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json b/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json index dace98798f..90763e395a 100644 --- a/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json +++ b/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json b/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json index d088daec56..1da858eadf 100644 --- a/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json +++ b/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", 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 bc9e5395e4..c50c75ab58 100644 --- a/content_schemas/dist/formats/corporate_information_page/frontend/schema.json +++ b/content_schemas/dist/formats/corporate_information_page/frontend/schema.json @@ -136,6 +136,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", 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 968b1a6223..60228efac9 100644 --- a/content_schemas/dist/formats/corporate_information_page/notification/schema.json +++ b/content_schemas/dist/formats/corporate_information_page/notification/schema.json @@ -154,6 +154,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/detailed_guide/frontend/schema.json b/content_schemas/dist/formats/detailed_guide/frontend/schema.json index 76b5ffaf62..4c98386008 100644 --- a/content_schemas/dist/formats/detailed_guide/frontend/schema.json +++ b/content_schemas/dist/formats/detailed_guide/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/detailed_guide/notification/schema.json b/content_schemas/dist/formats/detailed_guide/notification/schema.json index c58febbbc2..a21743c46d 100644 --- a/content_schemas/dist/formats/detailed_guide/notification/schema.json +++ b/content_schemas/dist/formats/detailed_guide/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/document_collection/frontend/schema.json b/content_schemas/dist/formats/document_collection/frontend/schema.json index 4eace6721a..f31ff6ef2d 100644 --- a/content_schemas/dist/formats/document_collection/frontend/schema.json +++ b/content_schemas/dist/formats/document_collection/frontend/schema.json @@ -118,6 +118,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/document_collection/notification/schema.json b/content_schemas/dist/formats/document_collection/notification/schema.json index 001057de21..5fe5c1bd08 100644 --- a/content_schemas/dist/formats/document_collection/notification/schema.json +++ b/content_schemas/dist/formats/document_collection/notification/schema.json @@ -136,6 +136,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/email_alert_signup/frontend/schema.json b/content_schemas/dist/formats/email_alert_signup/frontend/schema.json index 795434c8d9..e462c242ee 100644 --- a/content_schemas/dist/formats/email_alert_signup/frontend/schema.json +++ b/content_schemas/dist/formats/email_alert_signup/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/email_alert_signup/notification/schema.json b/content_schemas/dist/formats/email_alert_signup/notification/schema.json index 75d45a6a48..ee831e4416 100644 --- a/content_schemas/dist/formats/email_alert_signup/notification/schema.json +++ b/content_schemas/dist/formats/email_alert_signup/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/embassies_index/frontend/schema.json b/content_schemas/dist/formats/embassies_index/frontend/schema.json index 78ab341cb8..744f5e1fc6 100644 --- a/content_schemas/dist/formats/embassies_index/frontend/schema.json +++ b/content_schemas/dist/formats/embassies_index/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/embassies_index/notification/schema.json b/content_schemas/dist/formats/embassies_index/notification/schema.json index dd3fd7b92e..7e838eeaa9 100644 --- a/content_schemas/dist/formats/embassies_index/notification/schema.json +++ b/content_schemas/dist/formats/embassies_index/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/external_content/notification/schema.json b/content_schemas/dist/formats/external_content/notification/schema.json index 50c00cdeb2..a6e89414be 100644 --- a/content_schemas/dist/formats/external_content/notification/schema.json +++ b/content_schemas/dist/formats/external_content/notification/schema.json @@ -93,6 +93,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/facet/frontend/schema.json b/content_schemas/dist/formats/facet/frontend/schema.json index e943d0cf8c..b16e95e60e 100644 --- a/content_schemas/dist/formats/facet/frontend/schema.json +++ b/content_schemas/dist/formats/facet/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/facet/notification/schema.json b/content_schemas/dist/formats/facet/notification/schema.json index 74f73d6b3c..950d2b3585 100644 --- a/content_schemas/dist/formats/facet/notification/schema.json +++ b/content_schemas/dist/formats/facet/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/fatality_notice/frontend/schema.json b/content_schemas/dist/formats/fatality_notice/frontend/schema.json index 5225759f20..f8ead3a1fe 100644 --- a/content_schemas/dist/formats/fatality_notice/frontend/schema.json +++ b/content_schemas/dist/formats/fatality_notice/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/fatality_notice/notification/schema.json b/content_schemas/dist/formats/fatality_notice/notification/schema.json index 274ab233f6..7bd8299688 100644 --- a/content_schemas/dist/formats/fatality_notice/notification/schema.json +++ b/content_schemas/dist/formats/fatality_notice/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/field_of_operation/frontend/schema.json b/content_schemas/dist/formats/field_of_operation/frontend/schema.json index dd1a996487..7fefad40d0 100644 --- a/content_schemas/dist/formats/field_of_operation/frontend/schema.json +++ b/content_schemas/dist/formats/field_of_operation/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/field_of_operation/notification/schema.json b/content_schemas/dist/formats/field_of_operation/notification/schema.json index 10fd821b73..ed4f9b236b 100644 --- a/content_schemas/dist/formats/field_of_operation/notification/schema.json +++ b/content_schemas/dist/formats/field_of_operation/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/fields_of_operation/frontend/schema.json b/content_schemas/dist/formats/fields_of_operation/frontend/schema.json index dc4f902085..8d4524bf65 100644 --- a/content_schemas/dist/formats/fields_of_operation/frontend/schema.json +++ b/content_schemas/dist/formats/fields_of_operation/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/fields_of_operation/notification/schema.json b/content_schemas/dist/formats/fields_of_operation/notification/schema.json index 3bb325e077..7ea6232b79 100644 --- a/content_schemas/dist/formats/fields_of_operation/notification/schema.json +++ b/content_schemas/dist/formats/fields_of_operation/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/finder/frontend/schema.json b/content_schemas/dist/formats/finder/frontend/schema.json index 6138cf6458..c616296a10 100644 --- a/content_schemas/dist/formats/finder/frontend/schema.json +++ b/content_schemas/dist/formats/finder/frontend/schema.json @@ -114,6 +114,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/finder/notification/schema.json b/content_schemas/dist/formats/finder/notification/schema.json index e3407c1ff6..d5efb0417c 100644 --- a/content_schemas/dist/formats/finder/notification/schema.json +++ b/content_schemas/dist/formats/finder/notification/schema.json @@ -132,6 +132,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/finder_email_signup/frontend/schema.json b/content_schemas/dist/formats/finder_email_signup/frontend/schema.json index 9699c7682f..349f5d2125 100644 --- a/content_schemas/dist/formats/finder_email_signup/frontend/schema.json +++ b/content_schemas/dist/formats/finder_email_signup/frontend/schema.json @@ -110,6 +110,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/finder_email_signup/notification/schema.json b/content_schemas/dist/formats/finder_email_signup/notification/schema.json index df8f605228..994bead076 100644 --- a/content_schemas/dist/formats/finder_email_signup/notification/schema.json +++ b/content_schemas/dist/formats/finder_email_signup/notification/schema.json @@ -128,6 +128,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/generic/frontend/schema.json b/content_schemas/dist/formats/generic/frontend/schema.json index f1348262a2..485501ba9f 100644 --- a/content_schemas/dist/formats/generic/frontend/schema.json +++ b/content_schemas/dist/formats/generic/frontend/schema.json @@ -299,6 +299,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/generic/notification/schema.json b/content_schemas/dist/formats/generic/notification/schema.json index e69beb4535..5e14b705dd 100644 --- a/content_schemas/dist/formats/generic/notification/schema.json +++ b/content_schemas/dist/formats/generic/notification/schema.json @@ -317,6 +317,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json index 93e27f430a..92dac3fbc8 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json @@ -299,6 +299,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json index e925212c54..444e77995a 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json @@ -317,6 +317,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/get_involved/frontend/schema.json b/content_schemas/dist/formats/get_involved/frontend/schema.json index bec19e3cda..5fdd2aa001 100644 --- a/content_schemas/dist/formats/get_involved/frontend/schema.json +++ b/content_schemas/dist/formats/get_involved/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/get_involved/notification/schema.json b/content_schemas/dist/formats/get_involved/notification/schema.json index f97e2cb578..7ea65fea91 100644 --- a/content_schemas/dist/formats/get_involved/notification/schema.json +++ b/content_schemas/dist/formats/get_involved/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/gone/frontend/schema.json b/content_schemas/dist/formats/gone/frontend/schema.json index 2b246f4497..3d5a336e12 100644 --- a/content_schemas/dist/formats/gone/frontend/schema.json +++ b/content_schemas/dist/formats/gone/frontend/schema.json @@ -75,6 +75,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/gone/notification/schema.json b/content_schemas/dist/formats/gone/notification/schema.json index aa84976aed..5e14f2a5f9 100644 --- a/content_schemas/dist/formats/gone/notification/schema.json +++ b/content_schemas/dist/formats/gone/notification/schema.json @@ -77,6 +77,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/government/frontend/schema.json b/content_schemas/dist/formats/government/frontend/schema.json index 576c1d76b1..a1393545b4 100644 --- a/content_schemas/dist/formats/government/frontend/schema.json +++ b/content_schemas/dist/formats/government/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/government/notification/schema.json b/content_schemas/dist/formats/government/notification/schema.json index 20a0017199..fe45d342c0 100644 --- a/content_schemas/dist/formats/government/notification/schema.json +++ b/content_schemas/dist/formats/government/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/guide/frontend/schema.json b/content_schemas/dist/formats/guide/frontend/schema.json index 507b143d46..cdf7d67b28 100644 --- a/content_schemas/dist/formats/guide/frontend/schema.json +++ b/content_schemas/dist/formats/guide/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/guide/notification/schema.json b/content_schemas/dist/formats/guide/notification/schema.json index cf2cdab97e..45d831b7d4 100644 --- a/content_schemas/dist/formats/guide/notification/schema.json +++ b/content_schemas/dist/formats/guide/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/help_page/frontend/schema.json b/content_schemas/dist/formats/help_page/frontend/schema.json index 046d381fa9..23efb241e2 100644 --- a/content_schemas/dist/formats/help_page/frontend/schema.json +++ b/content_schemas/dist/formats/help_page/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/help_page/notification/schema.json b/content_schemas/dist/formats/help_page/notification/schema.json index b5ff4e8bc8..cf8b226bb3 100644 --- a/content_schemas/dist/formats/help_page/notification/schema.json +++ b/content_schemas/dist/formats/help_page/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/historic_appointment/frontend/schema.json b/content_schemas/dist/formats/historic_appointment/frontend/schema.json index 29a481b652..f70bae6088 100644 --- a/content_schemas/dist/formats/historic_appointment/frontend/schema.json +++ b/content_schemas/dist/formats/historic_appointment/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/historic_appointment/notification/schema.json b/content_schemas/dist/formats/historic_appointment/notification/schema.json index 31d425dc18..3df206a6ef 100644 --- a/content_schemas/dist/formats/historic_appointment/notification/schema.json +++ b/content_schemas/dist/formats/historic_appointment/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/historic_appointments/frontend/schema.json b/content_schemas/dist/formats/historic_appointments/frontend/schema.json index 45897cc0aa..625378c4c0 100644 --- a/content_schemas/dist/formats/historic_appointments/frontend/schema.json +++ b/content_schemas/dist/formats/historic_appointments/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/historic_appointments/notification/schema.json b/content_schemas/dist/formats/historic_appointments/notification/schema.json index 98b6c4bd59..19d7bb8006 100644 --- a/content_schemas/dist/formats/historic_appointments/notification/schema.json +++ b/content_schemas/dist/formats/historic_appointments/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/history/frontend/schema.json b/content_schemas/dist/formats/history/frontend/schema.json index cd441a94c2..b6f721928e 100644 --- a/content_schemas/dist/formats/history/frontend/schema.json +++ b/content_schemas/dist/formats/history/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/history/notification/schema.json b/content_schemas/dist/formats/history/notification/schema.json index d7e11ca038..85d07f4ca2 100644 --- a/content_schemas/dist/formats/history/notification/schema.json +++ b/content_schemas/dist/formats/history/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/hmrc_manual/frontend/schema.json b/content_schemas/dist/formats/hmrc_manual/frontend/schema.json index 40288542de..662dec1982 100644 --- a/content_schemas/dist/formats/hmrc_manual/frontend/schema.json +++ b/content_schemas/dist/formats/hmrc_manual/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/hmrc_manual/notification/schema.json b/content_schemas/dist/formats/hmrc_manual/notification/schema.json index 6a4ba0e934..4fe67783fc 100644 --- a/content_schemas/dist/formats/hmrc_manual/notification/schema.json +++ b/content_schemas/dist/formats/hmrc_manual/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json b/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json index e3fd81b152..0616a4bcfe 100644 --- a/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json +++ b/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json b/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json index 0c00cfddd2..7a3e89bc98 100644 --- a/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json +++ b/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/homepage/frontend/schema.json b/content_schemas/dist/formats/homepage/frontend/schema.json index 8cb6ba5188..8aefbc4b69 100644 --- a/content_schemas/dist/formats/homepage/frontend/schema.json +++ b/content_schemas/dist/formats/homepage/frontend/schema.json @@ -80,6 +80,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/homepage/notification/schema.json b/content_schemas/dist/formats/homepage/notification/schema.json index 52898bef95..7f327aee5f 100644 --- a/content_schemas/dist/formats/homepage/notification/schema.json +++ b/content_schemas/dist/formats/homepage/notification/schema.json @@ -98,6 +98,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/how_government_works/frontend/schema.json b/content_schemas/dist/formats/how_government_works/frontend/schema.json index 303e798168..af8edf6304 100644 --- a/content_schemas/dist/formats/how_government_works/frontend/schema.json +++ b/content_schemas/dist/formats/how_government_works/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/how_government_works/notification/schema.json b/content_schemas/dist/formats/how_government_works/notification/schema.json index 33b79f1ea9..a9bee860f1 100644 --- a/content_schemas/dist/formats/how_government_works/notification/schema.json +++ b/content_schemas/dist/formats/how_government_works/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/html_publication/frontend/schema.json b/content_schemas/dist/formats/html_publication/frontend/schema.json index ef731f3e60..b89abddee2 100644 --- a/content_schemas/dist/formats/html_publication/frontend/schema.json +++ b/content_schemas/dist/formats/html_publication/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/html_publication/notification/schema.json b/content_schemas/dist/formats/html_publication/notification/schema.json index 665334fb18..65664fd3da 100644 --- a/content_schemas/dist/formats/html_publication/notification/schema.json +++ b/content_schemas/dist/formats/html_publication/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/landing_page/frontend/schema.json b/content_schemas/dist/formats/landing_page/frontend/schema.json index b26bfdc249..6ef7b8372d 100644 --- a/content_schemas/dist/formats/landing_page/frontend/schema.json +++ b/content_schemas/dist/formats/landing_page/frontend/schema.json @@ -119,6 +119,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/landing_page/notification/schema.json b/content_schemas/dist/formats/landing_page/notification/schema.json index b002384ea8..08c9d2fe60 100644 --- a/content_schemas/dist/formats/landing_page/notification/schema.json +++ b/content_schemas/dist/formats/landing_page/notification/schema.json @@ -137,6 +137,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/licence/frontend/schema.json b/content_schemas/dist/formats/licence/frontend/schema.json index d9fac981f3..8e8d7275c9 100644 --- a/content_schemas/dist/formats/licence/frontend/schema.json +++ b/content_schemas/dist/formats/licence/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/licence/notification/schema.json b/content_schemas/dist/formats/licence/notification/schema.json index da6049b0ee..6688d45bae 100644 --- a/content_schemas/dist/formats/licence/notification/schema.json +++ b/content_schemas/dist/formats/licence/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/link_collection/frontend/schema.json b/content_schemas/dist/formats/link_collection/frontend/schema.json index 9ef6aa67db..71c9909353 100644 --- a/content_schemas/dist/formats/link_collection/frontend/schema.json +++ b/content_schemas/dist/formats/link_collection/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/link_collection/notification/schema.json b/content_schemas/dist/formats/link_collection/notification/schema.json index 63bfd00ed7..e1f52c0c85 100644 --- a/content_schemas/dist/formats/link_collection/notification/schema.json +++ b/content_schemas/dist/formats/link_collection/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/local_transaction/frontend/schema.json b/content_schemas/dist/formats/local_transaction/frontend/schema.json index d418c55f79..1d8be2f40b 100644 --- a/content_schemas/dist/formats/local_transaction/frontend/schema.json +++ b/content_schemas/dist/formats/local_transaction/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/local_transaction/notification/schema.json b/content_schemas/dist/formats/local_transaction/notification/schema.json index de367971c4..e494d625e6 100644 --- a/content_schemas/dist/formats/local_transaction/notification/schema.json +++ b/content_schemas/dist/formats/local_transaction/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json b/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json index 299ee33d1f..a0f334a694 100644 --- a/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json +++ b/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json @@ -116,6 +116,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json b/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json index cb11b6bc1c..606e443dbb 100644 --- a/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json +++ b/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json @@ -134,6 +134,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/manual/frontend/schema.json b/content_schemas/dist/formats/manual/frontend/schema.json index 42d5cb3baa..f23bc1fe86 100644 --- a/content_schemas/dist/formats/manual/frontend/schema.json +++ b/content_schemas/dist/formats/manual/frontend/schema.json @@ -109,6 +109,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/manual/notification/schema.json b/content_schemas/dist/formats/manual/notification/schema.json index 4e7eaa8a2e..17b9ba69dd 100644 --- a/content_schemas/dist/formats/manual/notification/schema.json +++ b/content_schemas/dist/formats/manual/notification/schema.json @@ -127,6 +127,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/manual_section/frontend/schema.json b/content_schemas/dist/formats/manual_section/frontend/schema.json index 84277895ba..66a8367fe0 100644 --- a/content_schemas/dist/formats/manual_section/frontend/schema.json +++ b/content_schemas/dist/formats/manual_section/frontend/schema.json @@ -112,6 +112,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/manual_section/notification/schema.json b/content_schemas/dist/formats/manual_section/notification/schema.json index c9e1460935..2ce895ea28 100644 --- a/content_schemas/dist/formats/manual_section/notification/schema.json +++ b/content_schemas/dist/formats/manual_section/notification/schema.json @@ -130,6 +130,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/ministers_index/frontend/schema.json b/content_schemas/dist/formats/ministers_index/frontend/schema.json index 4bd8fe447e..9ea76d2799 100644 --- a/content_schemas/dist/formats/ministers_index/frontend/schema.json +++ b/content_schemas/dist/formats/ministers_index/frontend/schema.json @@ -143,6 +143,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/ministers_index/notification/schema.json b/content_schemas/dist/formats/ministers_index/notification/schema.json index 76ddb2074a..acae7858a7 100644 --- a/content_schemas/dist/formats/ministers_index/notification/schema.json +++ b/content_schemas/dist/formats/ministers_index/notification/schema.json @@ -161,6 +161,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/need/frontend/schema.json b/content_schemas/dist/formats/need/frontend/schema.json index 362c1e7d58..19e67f1da4 100644 --- a/content_schemas/dist/formats/need/frontend/schema.json +++ b/content_schemas/dist/formats/need/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/need/notification/schema.json b/content_schemas/dist/formats/need/notification/schema.json index 6b8382ae70..e053595c4d 100644 --- a/content_schemas/dist/formats/need/notification/schema.json +++ b/content_schemas/dist/formats/need/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/news_article/frontend/schema.json b/content_schemas/dist/formats/news_article/frontend/schema.json index 14132a3ecb..81407851a5 100644 --- a/content_schemas/dist/formats/news_article/frontend/schema.json +++ b/content_schemas/dist/formats/news_article/frontend/schema.json @@ -119,6 +119,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/news_article/notification/schema.json b/content_schemas/dist/formats/news_article/notification/schema.json index 5c362feddb..d57db1e441 100644 --- a/content_schemas/dist/formats/news_article/notification/schema.json +++ b/content_schemas/dist/formats/news_article/notification/schema.json @@ -137,6 +137,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/organisation/frontend/schema.json b/content_schemas/dist/formats/organisation/frontend/schema.json index 7a8a79ea39..e6faa32fb1 100644 --- a/content_schemas/dist/formats/organisation/frontend/schema.json +++ b/content_schemas/dist/formats/organisation/frontend/schema.json @@ -167,6 +167,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/organisation/notification/schema.json b/content_schemas/dist/formats/organisation/notification/schema.json index f75564161d..6a3e5b0339 100644 --- a/content_schemas/dist/formats/organisation/notification/schema.json +++ b/content_schemas/dist/formats/organisation/notification/schema.json @@ -185,6 +185,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/organisations_homepage/frontend/schema.json b/content_schemas/dist/formats/organisations_homepage/frontend/schema.json index d690e72c0d..726b897ff1 100644 --- a/content_schemas/dist/formats/organisations_homepage/frontend/schema.json +++ b/content_schemas/dist/formats/organisations_homepage/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/organisations_homepage/notification/schema.json b/content_schemas/dist/formats/organisations_homepage/notification/schema.json index 1eb0475a60..ff9e4b622e 100644 --- a/content_schemas/dist/formats/organisations_homepage/notification/schema.json +++ b/content_schemas/dist/formats/organisations_homepage/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/person/frontend/schema.json b/content_schemas/dist/formats/person/frontend/schema.json index 4c78fb7e93..8cab0484f5 100644 --- a/content_schemas/dist/formats/person/frontend/schema.json +++ b/content_schemas/dist/formats/person/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/person/notification/schema.json b/content_schemas/dist/formats/person/notification/schema.json index 361ec39560..7401351a4a 100644 --- a/content_schemas/dist/formats/person/notification/schema.json +++ b/content_schemas/dist/formats/person/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/place/frontend/schema.json b/content_schemas/dist/formats/place/frontend/schema.json index cad5b49413..ec951cfbb7 100644 --- a/content_schemas/dist/formats/place/frontend/schema.json +++ b/content_schemas/dist/formats/place/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/place/notification/schema.json b/content_schemas/dist/formats/place/notification/schema.json index fc06b05c3e..5f409d92b2 100644 --- a/content_schemas/dist/formats/place/notification/schema.json +++ b/content_schemas/dist/formats/place/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/publication/frontend/schema.json b/content_schemas/dist/formats/publication/frontend/schema.json index 5ce16df273..a658e82bca 100644 --- a/content_schemas/dist/formats/publication/frontend/schema.json +++ b/content_schemas/dist/formats/publication/frontend/schema.json @@ -134,6 +134,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/publication/notification/schema.json b/content_schemas/dist/formats/publication/notification/schema.json index ad8865dcd2..d3703d99b1 100644 --- a/content_schemas/dist/formats/publication/notification/schema.json +++ b/content_schemas/dist/formats/publication/notification/schema.json @@ -152,6 +152,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path" }, diff --git a/content_schemas/dist/formats/redirect/frontend/schema.json b/content_schemas/dist/formats/redirect/frontend/schema.json index c2387929a9..a734232be9 100644 --- a/content_schemas/dist/formats/redirect/frontend/schema.json +++ b/content_schemas/dist/formats/redirect/frontend/schema.json @@ -77,6 +77,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/redirect/notification/schema.json b/content_schemas/dist/formats/redirect/notification/schema.json index 3eb4638251..a3ea9dae79 100644 --- a/content_schemas/dist/formats/redirect/notification/schema.json +++ b/content_schemas/dist/formats/redirect/notification/schema.json @@ -79,6 +79,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/role/frontend/schema.json b/content_schemas/dist/formats/role/frontend/schema.json index a859954ea5..3cba047b45 100644 --- a/content_schemas/dist/formats/role/frontend/schema.json +++ b/content_schemas/dist/formats/role/frontend/schema.json @@ -132,6 +132,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/role/notification/schema.json b/content_schemas/dist/formats/role/notification/schema.json index 230f8e9bbb..ac17001906 100644 --- a/content_schemas/dist/formats/role/notification/schema.json +++ b/content_schemas/dist/formats/role/notification/schema.json @@ -150,6 +150,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/role_appointment/frontend/schema.json b/content_schemas/dist/formats/role_appointment/frontend/schema.json index 0bebd765aa..1bded1441c 100644 --- a/content_schemas/dist/formats/role_appointment/frontend/schema.json +++ b/content_schemas/dist/formats/role_appointment/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/role_appointment/notification/schema.json b/content_schemas/dist/formats/role_appointment/notification/schema.json index 56fddaddcc..d8f2e87a7f 100644 --- a/content_schemas/dist/formats/role_appointment/notification/schema.json +++ b/content_schemas/dist/formats/role_appointment/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_guide/frontend/schema.json b/content_schemas/dist/formats/service_manual_guide/frontend/schema.json index d02f39d190..3485702f4f 100644 --- a/content_schemas/dist/formats/service_manual_guide/frontend/schema.json +++ b/content_schemas/dist/formats/service_manual_guide/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_guide/notification/schema.json b/content_schemas/dist/formats/service_manual_guide/notification/schema.json index fa712bead2..5523cf5904 100644 --- a/content_schemas/dist/formats/service_manual_guide/notification/schema.json +++ b/content_schemas/dist/formats/service_manual_guide/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json b/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json index 0aa2f26f15..c148e651a0 100644 --- a/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json +++ b/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_homepage/notification/schema.json b/content_schemas/dist/formats/service_manual_homepage/notification/schema.json index 32aa83030a..69ecf6d6f3 100644 --- a/content_schemas/dist/formats/service_manual_homepage/notification/schema.json +++ b/content_schemas/dist/formats/service_manual_homepage/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json b/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json index adde8b0927..e0b188f231 100644 --- a/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json +++ b/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json b/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json index d6027739ed..c4e548f7d4 100644 --- a/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json +++ b/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json b/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json index 57db4ef46b..d308d53f28 100644 --- a/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json +++ b/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json b/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json index a51d1a3b99..5f55297026 100644 --- a/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json +++ b/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_topic/frontend/schema.json b/content_schemas/dist/formats/service_manual_topic/frontend/schema.json index 9f18fa56d5..e143daab53 100644 --- a/content_schemas/dist/formats/service_manual_topic/frontend/schema.json +++ b/content_schemas/dist/formats/service_manual_topic/frontend/schema.json @@ -123,6 +123,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_manual_topic/notification/schema.json b/content_schemas/dist/formats/service_manual_topic/notification/schema.json index bcb496026b..a84a2f462d 100644 --- a/content_schemas/dist/formats/service_manual_topic/notification/schema.json +++ b/content_schemas/dist/formats/service_manual_topic/notification/schema.json @@ -141,6 +141,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_sign_in/frontend/schema.json b/content_schemas/dist/formats/service_sign_in/frontend/schema.json index 323233c7db..264e498933 100644 --- a/content_schemas/dist/formats/service_sign_in/frontend/schema.json +++ b/content_schemas/dist/formats/service_sign_in/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/service_sign_in/notification/schema.json b/content_schemas/dist/formats/service_sign_in/notification/schema.json index 2fa144f191..479345c2bc 100644 --- a/content_schemas/dist/formats/service_sign_in/notification/schema.json +++ b/content_schemas/dist/formats/service_sign_in/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json b/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json index 0983dc5e17..b7c226222f 100644 --- a/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json +++ b/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/simple_smart_answer/notification/schema.json b/content_schemas/dist/formats/simple_smart_answer/notification/schema.json index a7cc7344b3..80054ce937 100644 --- a/content_schemas/dist/formats/simple_smart_answer/notification/schema.json +++ b/content_schemas/dist/formats/simple_smart_answer/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/smart_answer/frontend/schema.json b/content_schemas/dist/formats/smart_answer/frontend/schema.json index 8ec9c2602a..3c14a2d866 100644 --- a/content_schemas/dist/formats/smart_answer/frontend/schema.json +++ b/content_schemas/dist/formats/smart_answer/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/smart_answer/notification/schema.json b/content_schemas/dist/formats/smart_answer/notification/schema.json index 8fed4cd577..9b6a34274d 100644 --- a/content_schemas/dist/formats/smart_answer/notification/schema.json +++ b/content_schemas/dist/formats/smart_answer/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/special_route/frontend/schema.json b/content_schemas/dist/formats/special_route/frontend/schema.json index 08fc38712e..a73ccbbaa1 100644 --- a/content_schemas/dist/formats/special_route/frontend/schema.json +++ b/content_schemas/dist/formats/special_route/frontend/schema.json @@ -114,6 +114,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/special_route/notification/schema.json b/content_schemas/dist/formats/special_route/notification/schema.json index 684595d475..2c6993239e 100644 --- a/content_schemas/dist/formats/special_route/notification/schema.json +++ b/content_schemas/dist/formats/special_route/notification/schema.json @@ -132,6 +132,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index a5ceba5539..0e8d60f20c 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -296,6 +296,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index 710a3eb2e5..99646aabe6 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -314,6 +314,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/speech/frontend/schema.json b/content_schemas/dist/formats/speech/frontend/schema.json index 4df46c6fd1..5d2fb28b17 100644 --- a/content_schemas/dist/formats/speech/frontend/schema.json +++ b/content_schemas/dist/formats/speech/frontend/schema.json @@ -119,6 +119,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/speech/notification/schema.json b/content_schemas/dist/formats/speech/notification/schema.json index a23dbd916a..5ce54212a0 100644 --- a/content_schemas/dist/formats/speech/notification/schema.json +++ b/content_schemas/dist/formats/speech/notification/schema.json @@ -137,6 +137,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", 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 d851832c40..2cf6c2cdeb 100644 --- a/content_schemas/dist/formats/statistical_data_set/frontend/schema.json +++ b/content_schemas/dist/formats/statistical_data_set/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", 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 176ee2d90f..f88f745f1c 100644 --- a/content_schemas/dist/formats/statistical_data_set/notification/schema.json +++ b/content_schemas/dist/formats/statistical_data_set/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/statistics_announcement/frontend/schema.json b/content_schemas/dist/formats/statistics_announcement/frontend/schema.json index 264885d699..98e4a68005 100644 --- a/content_schemas/dist/formats/statistics_announcement/frontend/schema.json +++ b/content_schemas/dist/formats/statistics_announcement/frontend/schema.json @@ -114,6 +114,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/statistics_announcement/notification/schema.json b/content_schemas/dist/formats/statistics_announcement/notification/schema.json index b6d83b21bd..ceef6dec64 100644 --- a/content_schemas/dist/formats/statistics_announcement/notification/schema.json +++ b/content_schemas/dist/formats/statistics_announcement/notification/schema.json @@ -132,6 +132,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/step_by_step_nav/frontend/schema.json b/content_schemas/dist/formats/step_by_step_nav/frontend/schema.json index e0cc85f91c..59dca52d19 100644 --- a/content_schemas/dist/formats/step_by_step_nav/frontend/schema.json +++ b/content_schemas/dist/formats/step_by_step_nav/frontend/schema.json @@ -79,6 +79,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "pages_part_of_step_nav": { "description": "A list of content that should be navigable via this step by step journey", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/step_by_step_nav/notification/schema.json b/content_schemas/dist/formats/step_by_step_nav/notification/schema.json index 2665d3c023..0069c73e00 100644 --- a/content_schemas/dist/formats/step_by_step_nav/notification/schema.json +++ b/content_schemas/dist/formats/step_by_step_nav/notification/schema.json @@ -97,6 +97,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "pages_part_of_step_nav": { "description": "A list of content that should be navigable via this step by step journey", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/substitute/notification/schema.json b/content_schemas/dist/formats/substitute/notification/schema.json index 691fdc6ced..b302160c26 100644 --- a/content_schemas/dist/formats/substitute/notification/schema.json +++ b/content_schemas/dist/formats/substitute/notification/schema.json @@ -79,6 +79,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/take_part/frontend/schema.json b/content_schemas/dist/formats/take_part/frontend/schema.json index ac1fa1a3d8..95be630950 100644 --- a/content_schemas/dist/formats/take_part/frontend/schema.json +++ b/content_schemas/dist/formats/take_part/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/take_part/notification/schema.json b/content_schemas/dist/formats/take_part/notification/schema.json index 64f23209f8..0344c507bb 100644 --- a/content_schemas/dist/formats/take_part/notification/schema.json +++ b/content_schemas/dist/formats/take_part/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/taxon/frontend/schema.json b/content_schemas/dist/formats/taxon/frontend/schema.json index 7ec6cbc249..1173c441f1 100644 --- a/content_schemas/dist/formats/taxon/frontend/schema.json +++ b/content_schemas/dist/formats/taxon/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/taxon/notification/schema.json b/content_schemas/dist/formats/taxon/notification/schema.json index 0d835f7be1..b19bb3a84e 100644 --- a/content_schemas/dist/formats/taxon/notification/schema.json +++ b/content_schemas/dist/formats/taxon/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/topical_event/frontend/schema.json b/content_schemas/dist/formats/topical_event/frontend/schema.json index a9ef429a45..307c1185e9 100644 --- a/content_schemas/dist/formats/topical_event/frontend/schema.json +++ b/content_schemas/dist/formats/topical_event/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/topical_event/notification/schema.json b/content_schemas/dist/formats/topical_event/notification/schema.json index e1a8b9fed0..7e8c1a796f 100644 --- a/content_schemas/dist/formats/topical_event/notification/schema.json +++ b/content_schemas/dist/formats/topical_event/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json b/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json index 280582688b..7e9a0c61e7 100644 --- a/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json +++ b/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/topical_event_about_page/notification/schema.json b/content_schemas/dist/formats/topical_event_about_page/notification/schema.json index 59d280b853..50a1e85db9 100644 --- a/content_schemas/dist/formats/topical_event_about_page/notification/schema.json +++ b/content_schemas/dist/formats/topical_event_about_page/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/transaction/frontend/schema.json b/content_schemas/dist/formats/transaction/frontend/schema.json index 39a767b69e..d0444c6b17 100644 --- a/content_schemas/dist/formats/transaction/frontend/schema.json +++ b/content_schemas/dist/formats/transaction/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/transaction/notification/schema.json b/content_schemas/dist/formats/transaction/notification/schema.json index a6cc568ee1..e806daff56 100644 --- a/content_schemas/dist/formats/transaction/notification/schema.json +++ b/content_schemas/dist/formats/transaction/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/travel_advice/frontend/schema.json b/content_schemas/dist/formats/travel_advice/frontend/schema.json index 5551e0f30e..644ae392e7 100644 --- a/content_schemas/dist/formats/travel_advice/frontend/schema.json +++ b/content_schemas/dist/formats/travel_advice/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/travel_advice/notification/schema.json b/content_schemas/dist/formats/travel_advice/notification/schema.json index ea1fdc3e73..854fab50ec 100644 --- a/content_schemas/dist/formats/travel_advice/notification/schema.json +++ b/content_schemas/dist/formats/travel_advice/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/travel_advice_index/frontend/schema.json b/content_schemas/dist/formats/travel_advice_index/frontend/schema.json index 195e71e04b..e2b10f2d19 100644 --- a/content_schemas/dist/formats/travel_advice_index/frontend/schema.json +++ b/content_schemas/dist/formats/travel_advice_index/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/travel_advice_index/notification/schema.json b/content_schemas/dist/formats/travel_advice_index/notification/schema.json index ba08244fce..39861b4b2b 100644 --- a/content_schemas/dist/formats/travel_advice_index/notification/schema.json +++ b/content_schemas/dist/formats/travel_advice_index/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/vanish/notification/schema.json b/content_schemas/dist/formats/vanish/notification/schema.json index aa941b0fa3..f780eddb95 100644 --- a/content_schemas/dist/formats/vanish/notification/schema.json +++ b/content_schemas/dist/formats/vanish/notification/schema.json @@ -79,6 +79,10 @@ "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "part_of_step_navs": { "description": "Link type automatically added by Publishing API", "$ref": "#/definitions/frontend_links_with_base_path" diff --git a/content_schemas/dist/formats/working_group/frontend/schema.json b/content_schemas/dist/formats/working_group/frontend/schema.json index 652b3da978..72b797739d 100644 --- a/content_schemas/dist/formats/working_group/frontend/schema.json +++ b/content_schemas/dist/formats/working_group/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/working_group/notification/schema.json b/content_schemas/dist/formats/working_group/notification/schema.json index 2e91c0ffba..f34cae4b2a 100644 --- a/content_schemas/dist/formats/working_group/notification/schema.json +++ b/content_schemas/dist/formats/working_group/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_index/frontend/schema.json b/content_schemas/dist/formats/world_index/frontend/schema.json index 5ca1a9058a..3e424bdcf5 100644 --- a/content_schemas/dist/formats/world_index/frontend/schema.json +++ b/content_schemas/dist/formats/world_index/frontend/schema.json @@ -111,6 +111,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_index/notification/schema.json b/content_schemas/dist/formats/world_index/notification/schema.json index c1d169f71a..d71ac9d842 100644 --- a/content_schemas/dist/formats/world_index/notification/schema.json +++ b/content_schemas/dist/formats/world_index/notification/schema.json @@ -129,6 +129,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_location/frontend/schema.json b/content_schemas/dist/formats/world_location/frontend/schema.json index de08e961a4..ff58630372 100644 --- a/content_schemas/dist/formats/world_location/frontend/schema.json +++ b/content_schemas/dist/formats/world_location/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_location/notification/schema.json b/content_schemas/dist/formats/world_location/notification/schema.json index 03396af511..fdd8422ee9 100644 --- a/content_schemas/dist/formats/world_location/notification/schema.json +++ b/content_schemas/dist/formats/world_location/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_location_news/frontend/schema.json b/content_schemas/dist/formats/world_location_news/frontend/schema.json index e3a65dfb22..bf3f8a6b79 100644 --- a/content_schemas/dist/formats/world_location_news/frontend/schema.json +++ b/content_schemas/dist/formats/world_location_news/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/world_location_news/notification/schema.json b/content_schemas/dist/formats/world_location_news/notification/schema.json index 28bcaff9e4..3d3870a917 100644 --- a/content_schemas/dist/formats/world_location_news/notification/schema.json +++ b/content_schemas/dist/formats/world_location_news/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json b/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json index 2b698078b4..e5b2874274 100644 --- a/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json +++ b/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json @@ -132,6 +132,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json b/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json index 78a1579a65..d714a37a6d 100644 --- a/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json +++ b/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json @@ -150,6 +150,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_office/frontend/schema.json b/content_schemas/dist/formats/worldwide_office/frontend/schema.json index b791183056..aa159ff095 100644 --- a/content_schemas/dist/formats/worldwide_office/frontend/schema.json +++ b/content_schemas/dist/formats/worldwide_office/frontend/schema.json @@ -115,6 +115,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_office/notification/schema.json b/content_schemas/dist/formats/worldwide_office/notification/schema.json index 85317e00a6..5e9b5f3a64 100644 --- a/content_schemas/dist/formats/worldwide_office/notification/schema.json +++ b/content_schemas/dist/formats/worldwide_office/notification/schema.json @@ -133,6 +133,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json b/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json index 4f2da2305b..4ba9d2e996 100644 --- a/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json +++ b/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json @@ -131,6 +131,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/content_schemas/dist/formats/worldwide_organisation/notification/schema.json b/content_schemas/dist/formats/worldwide_organisation/notification/schema.json index c3679f2c41..185144a96e 100644 --- a/content_schemas/dist/formats/worldwide_organisation/notification/schema.json +++ b/content_schemas/dist/formats/worldwide_organisation/notification/schema.json @@ -149,6 +149,10 @@ "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/frontend_links_with_base_path" }, + "owning_organisations": { + "description": "Link type automatically added by Publishing API", + "$ref": "#/definitions/frontend_links_with_base_path" + }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/frontend_links_with_base_path", diff --git a/lib/expansion_rules.rb b/lib/expansion_rules.rb index a2d6c95766..bad48240f3 100644 --- a/lib/expansion_rules.rb +++ b/lib/expansion_rules.rb @@ -41,7 +41,8 @@ def details_fields(*fields) %i[ordered_house_of_commons_whips role_appointments role], %i[ordered_junior_lords_of_the_treasury_whips role_appointments role], %i[ordered_military_personnel role_appointments role], - %i[ordered_ministerial_departments ordered_ministers role_appointments role], + %i[ordered_ministerial_departments ordered_ministers role_appointments role owning_organisations], + # TODO: Remove the ordered_roles expansion once we're using the owning_organisations link above: %i[ordered_ministerial_departments ordered_roles], %i[ordered_ministers role_appointments role], %i[office_staff role_appointments role], @@ -68,6 +69,7 @@ def details_fields(*fields) person: :role_appointments, role: :role_appointments, ministerial: :ministers, + ordered_roles: :owning_organisations, }.freeze # These fields are required by the frontend_links definition diff --git a/lib/schema_generator/expanded_links.rb b/lib/schema_generator/expanded_links.rb index 11d3341faa..b18a30d6c2 100644 --- a/lib/schema_generator/expanded_links.rb +++ b/lib/schema_generator/expanded_links.rb @@ -47,6 +47,10 @@ class ExpandedLinks # `Role` content items that are ministerial roles will automatically # have a `ministers` link type from the main `ministers` index page. "ministers" => "frontend_links", + + # `Role` content items will automatically have an `owning_organisations` link + # which refers back to the organisations that the role belongs to. + "owning_organisations" => "frontend_links_with_base_path", }.freeze def initialize(format)