From a45822e17bf1ea0b96f96b642c8e56029e07b65b Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 14:33:01 +0000 Subject: [PATCH 1/2] Rel_18_CR0153_28.104_Fix_mismatch_between_stage_2_and_stage_3 --- OpenAPI/TS28104_MdaNrm.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 4290465aa..f9f405cde 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -34,8 +34,9 @@ components: - type: object properties: areaScope: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' MDAOutputPerMDAType: type: object @@ -55,7 +56,9 @@ components: filterValue: type: string threshold: - $ref: '#/components/schemas/ThresholdInfo' + type: array + items: + $ref: '#/components/schemas/ThresholdInfo' analyticsPeriod: $ref: '#/components/schemas/AnalyticsSchedule' timeOut: -- GitLab From 520856c0b00038f7040a909a19cdebee29fed475 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 14:34:06 +0000 Subject: [PATCH 2/2] Rel_18_CR0153_28.104_Fix_mismatch_between_stage_2_and_stage_3 --- OpenAPI/TS28104_MdaReport.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index b57be4d1a..bd6bdf93d 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -61,6 +61,8 @@ components: mDAReportID: type: string mDAOutputs: - $ref: '#/components/schemas/MDAOutputs' + type: array + items: + $ref: '#/components/schemas/MDAOutputs' mDARequestRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' -- GitLab