From 3feb6ab42c3f0862eea4f6457a2a8e96f546007e Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Fri, 19 Jan 2024 07:01:09 +0000 Subject: [PATCH 1/2] Update TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 0dcb5d3a6..a97d1e624 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -64,3 +64,6 @@ components: type: string mDAOutputs: $ref: '#/components/schemas/MDAOutputs' + MDARequestRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + -- GitLab From 373f2100b818c21e41f9c71de05c5b2473b39503 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 1 Feb 2024 16:45:34 +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 a97d1e624..2266deb23 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,6 +62,6 @@ components: type: string mDAOutputs: $ref: '#/components/schemas/MDAOutputs' - MDARequestRef: + mDARequestRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' -- GitLab