From 77f0101ef4d169ca4378e0255e32097ab5bc7de8 Mon Sep 17 00:00:00 2001 From: Alex Newton Date: Mon, 22 Apr 2024 09:01:39 +0100 Subject: [PATCH] allow both micronesia and FSoM temporarily --- .../dist/formats/specialist_document/frontend/schema.json | 2 ++ .../formats/specialist_document/notification/schema.json | 2 ++ .../formats/specialist_document/publisher_v2/schema.json | 2 ++ .../frontend/export-health-certificates.json | 4 ++++ .../examples/world_index/frontend/world_index.json | 6 +++--- .../formats/shared/definitions/_specialist_document.jsonnet | 2 ++ 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index 59c4863bd..8314f2cd2 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -1539,6 +1539,7 @@ "eurasian-customs-union", "falkland-islands", "faroe-islands", + "federated-states-of-micronesia", "fiji", "finland", "france", @@ -2132,6 +2133,7 @@ "eritrea", "estonia", "ethiopia", + "federated-states-of-micronesia", "fiji", "finland", "france", diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index ecdf852b2..74c49cba2 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -1627,6 +1627,7 @@ "eurasian-customs-union", "falkland-islands", "faroe-islands", + "federated-states-of-micronesia", "fiji", "finland", "france", @@ -2233,6 +2234,7 @@ "eritrea", "estonia", "ethiopia", + "federated-states-of-micronesia", "fiji", "finland", "france", 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 462c2b018..e3ca2f3db 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -1463,6 +1463,7 @@ "eurasian-customs-union", "falkland-islands", "faroe-islands", + "federated-states-of-micronesia", "fiji", "finland", "france", @@ -1930,6 +1931,7 @@ "eritrea", "estonia", "ethiopia", + "federated-states-of-micronesia", "fiji", "finland", "france", diff --git a/content_schemas/examples/specialist_document/frontend/export-health-certificates.json b/content_schemas/examples/specialist_document/frontend/export-health-certificates.json index b6e0b1c55..ea3567f05 100644 --- a/content_schemas/examples/specialist_document/frontend/export-health-certificates.json +++ b/content_schemas/examples/specialist_document/frontend/export-health-certificates.json @@ -642,6 +642,10 @@ "label": "Faroe Islands", "value": "faroe-islands" }, + { + "label": "Federated States of Micronesia", + "value": "federated-states-of-micronesia" + }, { "label": "Fiji", "value": "fiji" diff --git a/content_schemas/examples/world_index/frontend/world_index.json b/content_schemas/examples/world_index/frontend/world_index.json index 1f590cc4b..d049567ad 100644 --- a/content_schemas/examples/world_index/frontend/world_index.json +++ b/content_schemas/examples/world_index/frontend/world_index.json @@ -1622,9 +1622,9 @@ "active": true, "analytics_identifier": "WL186", "content_id": "5e9f30c8-7706-11e4-a3cb-005056011aef", - "iso2": "FM", - "name": "Micronesia", - "slug": "micronesia", + "iso2": "FS", + "name": "Federated States of Micronesia", + "slug": "federated-states-of-micronesia", "updated_at": "2017-08-15T15:42:10.000+01:00" }, { diff --git a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet index 1a389b747..defc593aa 100644 --- a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet +++ b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet @@ -1214,6 +1214,7 @@ "eurasian-customs-union", "falkland-islands", "faroe-islands", + "federated-states-of-micronesia", "fiji", "finland", "france", @@ -1551,6 +1552,7 @@ "eritrea", "estonia", "ethiopia", + "federated-states-of-micronesia", "fiji", "finland", "france",