From ae3f0e28cccd64f523bc44967a54a111cbfc3077 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 4 Oct 2024 10:35:49 +0000 Subject: [PATCH 1/2] Rel_19_CR0138_28.104_Enhance_the_isUnique_property_for_stage_3_OpenAPI --- OpenAPI/TS28104_MdaNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 89aa349ac..ffe182c4f 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -17,12 +17,14 @@ components: MDATypes: type: array + uniqueItems: true items: type: string readOnly: true MDAOutputs: type: array + uniqueItems: true items: $ref: '#/components/schemas/MDAOutputPerMDAType' @@ -45,6 +47,7 @@ components: type: string mDAOutputIEFilters: type: array + uniqueItems: true items: $ref: '#/components/schemas/MDAOutputIEFilter' @@ -78,6 +81,7 @@ components: properties: timeDurations: type: array + uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' - type: object -- GitLab From cfd01c8cc365dc33435f18aa08a0a1ae523573cb Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 4 Oct 2024 10:36:24 +0000 Subject: [PATCH 2/2] Rel_19_CR0138_28.104_Enhance_the_isUnique_property_for_stage_3_OpenAPI --- OpenAPI/TS28104_MdaReport.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 846254169..4b76b47a4 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -23,6 +23,7 @@ components: readOnly: true mDAOutputList: type: array + uniqueItems: true items: $ref: '#/components/schemas/MDAOutputEntry' analyticsWindow: -- GitLab