From 56d343a6f89645bfd235eb83fb29818cee082122 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Fri, 19 Jan 2024 07:08:14 +0000 Subject: [PATCH 1/2] Update TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index a81b09f63..05db9ecf8 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -64,3 +64,5 @@ components: type: string mDAOutputs: $ref: '#/components/schemas/MDAOutputs' + MDARequestRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' -- GitLab From 2a03fd28961d79b631e5c260526bdef768084dfc Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 1 Feb 2024 16:50:21 +0000 Subject: [PATCH 2/2] Update TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 05db9ecf8..344251e02 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -24,8 +24,6 @@ components: type: array items: $ref: '#/components/schemas/MDAOutputEntry' - mDARequestRef: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' analyticsWindow: $ref: '#/components/schemas/TimeWindow' confidenceDegree: @@ -64,5 +62,5 @@ components: type: string mDAOutputs: $ref: '#/components/schemas/MDAOutputs' - MDARequestRef: + mDARequestRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' -- GitLab