From d02926b1b8dfe2f35a930052f4cff867d27a4aed Mon Sep 17 00:00:00 2001 From: Laura Ghiorghisor Date: Tue, 27 Feb 2024 18:37:40 +0000 Subject: [PATCH] Add new value to algorithmic_transparency_record_region facet --- .../dist/formats/specialist_document/frontend/schema.json | 1 + .../dist/formats/specialist_document/notification/schema.json | 1 + .../dist/formats/specialist_document/publisher_v2/schema.json | 1 + .../frontend/algorithmic-transparency-record.json | 4 ++++ .../formats/shared/definitions/_specialist_document.jsonnet | 1 + 5 files changed, 8 insertions(+) diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index 5bc93864f..7bab0ffac 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -533,6 +533,7 @@ "items": { "type": "string", "enum": [ + "uk", "northern-ireland", "scotland", "wales", diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index 56e6d838b..bf79b9f5a 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -625,6 +625,7 @@ "items": { "type": "string", "enum": [ + "uk", "northern-ireland", "scotland", "wales", diff --git a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json index 747506aee..ec5ca6860 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -449,6 +449,7 @@ "items": { "type": "string", "enum": [ + "uk", "northern-ireland", "scotland", "wales", diff --git a/content_schemas/examples/specialist_document/frontend/algorithmic-transparency-record.json b/content_schemas/examples/specialist_document/frontend/algorithmic-transparency-record.json index 2a9100f21..050e6001c 100644 --- a/content_schemas/examples/specialist_document/frontend/algorithmic-transparency-record.json +++ b/content_schemas/examples/specialist_document/frontend/algorithmic-transparency-record.json @@ -383,6 +383,10 @@ "display_as_result_metadata": true, "filterable": true, "allowed_values": [ + { + "label": "UK", + "value": "uk" + }, { "label": "Northern Ireland", "value": "northern-ireland" diff --git a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet index c1a701a5b..7bd2cd436 100644 --- a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet +++ b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet @@ -382,6 +382,7 @@ items: { type: "string", enum: [ + "uk", "northern-ireland", "scotland", "wales",