From 4e998c7d7cc2067f541bdd2cb9d9f24cd11372c0 Mon Sep 17 00:00:00 2001 From: Daniel Hagan Date: Sun, 30 Aug 2026 20:42:55 +0000 Subject: [PATCH 1/2] Swap incorrect descriptions The cautionTypeCommonRegistryText and cautionTypeCommonSubRegistryText descriptions were swapped. --- Schema/openapi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Schema/openapi.yaml b/Schema/openapi.yaml index 55cdde2..7d70a03 100644 --- a/Schema/openapi.yaml +++ b/Schema/openapi.yaml @@ -1356,13 +1356,13 @@ components: is the internal text used by the local agencies involved in the Incident. cautionTypeCommonRegistryText: type: string - description: - A registry value further describing the caution. More than one is allowed - when they are related. + description: + A type of caution as described in the 'Caution Type' registry. cautionTypeCommonSubRegistryText: type: array description: - A type of caution as described in the 'CautionType' registry. + A registry value further describing the caution. More than one is allowed + when they are related. items: type: string cautionSeverity: From a32d5f2f8f69db54e7d45e52cd23ea96d0ec4524 Mon Sep 17 00:00:00 2001 From: Daniel Hagan Date: Sun, 30 Aug 2026 20:46:28 +0000 Subject: [PATCH 2/2] Correct registry name --- Schema/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schema/openapi.yaml b/Schema/openapi.yaml index 7d70a03..ee6061a 100644 --- a/Schema/openapi.yaml +++ b/Schema/openapi.yaml @@ -1357,7 +1357,7 @@ components: cautionTypeCommonRegistryText: type: string description: - A type of caution as described in the 'Caution Type' registry. + A type of caution as described in the 'EIDO Caution Type' registry. cautionTypeCommonSubRegistryText: type: array description: