From 093cc88149aa72ece9e2e3661fe8f1d2e094493f Mon Sep 17 00:00:00 2001 From: Alex Newton Date: Tue, 26 Nov 2024 09:53:40 +0000 Subject: [PATCH] Rename date facet --- .../dist/formats/specialist_document/frontend/schema.json | 2 +- .../dist/formats/specialist_document/notification/schema.json | 2 +- .../dist/formats/specialist_document/publisher_v2/schema.json | 2 +- .../formats/shared/definitions/_specialist_document.jsonnet | 2 +- 4 files changed, 4 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 748863ee1..030268ed1 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -1878,7 +1878,7 @@ "type": "object", "additionalProperties": false, "properties": { - "sfo_case_opened_date": { + "sfo_case_date_announced": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index a63432321..5f329febe 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -2019,7 +2019,7 @@ "type": "object", "additionalProperties": false, "properties": { - "sfo_case_opened_date": { + "sfo_case_date_announced": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, 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 cb97ee3c7..ae5d48d6d 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -1711,7 +1711,7 @@ "type": "object", "additionalProperties": false, "properties": { - "sfo_case_opened_date": { + "sfo_case_date_announced": { "type": "string", "pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$" }, diff --git a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet index eec3d13f6..f4e2dffb6 100644 --- a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet +++ b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet @@ -1069,7 +1069,7 @@ sfo_case_state: { type: "string", }, - sfo_case_opened_date: { + sfo_case_date_announced: { type: "string", pattern: "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$", },