From 79d4e576ce55a2256fd59ba717281d6314996981 Mon Sep 17 00:00:00 2001 From: Laura Ghiorghisor Date: Thu, 1 Aug 2024 15:03:17 +0100 Subject: [PATCH] Add facet values to OVA finder --- .../dist/formats/specialist_document/frontend/schema.json | 4 +++- .../dist/formats/specialist_document/notification/schema.json | 4 +++- .../dist/formats/specialist_document/publisher_v2/schema.json | 4 +++- .../frontend/veterans_support_organisation.json | 4 +++- .../formats/shared/definitions/_specialist_document.jsonnet | 2 ++ 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index a0c658840..175db5aad 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -3928,7 +3928,9 @@ "enum": [ "drop-in-centres", "leisure-activities", - "volunteering-opportunities" + "volunteering-opportunities", + "LGBT-support", + "women-veterans-support" ] } }, diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index a626a8fdc..e89a30fef 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -4076,7 +4076,9 @@ "enum": [ "drop-in-centres", "leisure-activities", - "volunteering-opportunities" + "volunteering-opportunities", + "LGBT-support", + "women-veterans-support" ] } }, 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 98becaa6a..0936b7dde 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -3758,7 +3758,9 @@ "enum": [ "drop-in-centres", "leisure-activities", - "volunteering-opportunities" + "volunteering-opportunities", + "LGBT-support", + "women-veterans-support" ] } }, diff --git a/content_schemas/examples/specialist_document/frontend/veterans_support_organisation.json b/content_schemas/examples/specialist_document/frontend/veterans_support_organisation.json index 3f70725f5..db6b76a45 100644 --- a/content_schemas/examples/specialist_document/frontend/veterans_support_organisation.json +++ b/content_schemas/examples/specialist_document/frontend/veterans_support_organisation.json @@ -180,7 +180,9 @@ "allowed_values": [ {"label": "Drop-in centres", "value": "drop-in-centres"}, {"label": "Leisure activities", "value": "leisure-activities"}, - {"label": "Volunteering opportunities", "value": "volunteering-opportunities"} + {"label": "Volunteering opportunities", "value": "volunteering-opportunities"}, + {"label": "LGBT+ support", "value": "LGBT-support"}, + {"label": "Women veterans support", "value": "women-veterans-support"} ] }, { diff --git a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet index 119459a3d..e38740998 100644 --- a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet +++ b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet @@ -3276,6 +3276,8 @@ "drop-in-centres", "leisure-activities", "volunteering-opportunities", + "LGBT-support", + "women-veterans-support", ], }, },