From 091c3392ac772ed4d62e6c46f904345462b779cb Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 14:24:35 +0000 Subject: [PATCH 1/2] Rel_17_CR0152_28.104_Fix_mismatch_between_stage_2_and_stage_3 --- OpenAPI/TS28104_MdaNrm.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 2626a5bfe..7d64d784b 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -43,7 +43,9 @@ components: filterValue: type: string threshold: - $ref: '#/components/schemas/ThresholdInfo' + type: array + items: + $ref: '#/components/schemas/ThresholdInfo' analyticsPeriod: $ref: '#/components/schemas/AnalyticsSchedule' timeOut: @@ -68,7 +70,9 @@ components: - type: object properties: areaScope: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' AnalyticsSchedule: oneOf: -- GitLab From 1aa2549fe1fdc8bedbfcf94fb4fe66fd21ad424f Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 14:25:55 +0000 Subject: [PATCH 2/2] Rel_17_CR0152_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 a01d21ff7..c9aa07770 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -61,7 +61,9 @@ 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