Skip to content

Commit d02926b

Browse files
Add new value to algorithmic_transparency_record_region facet
1 parent 55cfad8 commit d02926b

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

content_schemas/dist/formats/specialist_document/frontend/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@
533533
"items": {
534534
"type": "string",
535535
"enum": [
536+
"uk",
536537
"northern-ireland",
537538
"scotland",
538539
"wales",

content_schemas/dist/formats/specialist_document/notification/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@
625625
"items": {
626626
"type": "string",
627627
"enum": [
628+
"uk",
628629
"northern-ireland",
629630
"scotland",
630631
"wales",

content_schemas/dist/formats/specialist_document/publisher_v2/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@
449449
"items": {
450450
"type": "string",
451451
"enum": [
452+
"uk",
452453
"northern-ireland",
453454
"scotland",
454455
"wales",

content_schemas/examples/specialist_document/frontend/algorithmic-transparency-record.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@
383383
"display_as_result_metadata": true,
384384
"filterable": true,
385385
"allowed_values": [
386+
{
387+
"label": "UK",
388+
"value": "uk"
389+
},
386390
{
387391
"label": "Northern Ireland",
388392
"value": "northern-ireland"

content_schemas/formats/shared/definitions/_specialist_document.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@
382382
items: {
383383
type: "string",
384384
enum: [
385+
"uk",
385386
"northern-ireland",
386387
"scotland",
387388
"wales",

0 commit comments

Comments
 (0)