From 8080d0a5ae1eff34f78afdc6f47d51789eb4950a Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Wed, 5 Feb 2025 13:36:47 +0000 Subject: [PATCH 1/2] Rel-19 CR 28.104 Enhance stage 3 OpenAPI for isUnique property --- OpenAPI/TS28104_MdaNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 384d36a9a..2405f576f 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -56,6 +56,7 @@ components: properties: areaScope: type: array + uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' @@ -80,6 +81,7 @@ components: type: string threshold: type: array + uniqueItems: true items: $ref: '#/components/schemas/ThresholdInfo' analyticsPeriod: -- GitLab From d9f7b2afd1e3085a291c42cdca285e9ceaadb4b1 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Wed, 5 Feb 2025 13:37:37 +0000 Subject: [PATCH 2/2] Rel-19 CR 28.104 Enhance stage 3 OpenAPI for isUnique property --- OpenAPI/TS28104_MdaReport.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index dae638adf..1ac30cb81 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -56,6 +56,7 @@ components: type: string mDAOutputs: type: array + uniqueItems: true items: $ref: '#/components/schemas/MDAOutputs' mDARequestRef: -- GitLab