From a7c8d7d15ff5573cacc70798e43097e85e33398b Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 21 Jan 2025 12:40:22 +0000 Subject: [PATCH 1/3] Update 2 files - /OpenAPI/TS28104_MdaNrm.yaml - /OpenAPI/TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaNrm.yaml | 2 +- OpenAPI/TS28104_MdaReport.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 2405f576f..8aefa574d 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -65,7 +65,7 @@ components: type: object properties: mDAType: - type: string + $ref: '#/components/schemas/MDAType' mDAOutputIEFilters: type: array uniqueItems: true diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 1ac30cb81..12c2a4c04 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -19,7 +19,7 @@ components: type: object properties: mDAType: - type: string + $ref: 'TS28104_MdaNrm#/components/schemas/MDAType' readOnly: true mDAOutputList: type: array -- GitLab From c27f2f508f3a8dab333609c68da545b92db054d4 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 21 Jan 2025 12:43:13 +0000 Subject: [PATCH 2/3] Update file TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 12c2a4c04..a8163ef43 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -19,7 +19,7 @@ components: type: object properties: mDAType: - $ref: 'TS28104_MdaNrm#/components/schemas/MDAType' + $ref: 'TS28104_MdaNrm.yaml#/components/schemas/MDAType' readOnly: true mDAOutputList: type: array -- GitLab From 9a2d10ff55306d7d5419c574791863fd78bdcd86 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 22 Jan 2025 00:55:19 +0000 Subject: [PATCH 3/3] Update file TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index a8163ef43..188c222d2 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -20,7 +20,6 @@ components: properties: mDAType: $ref: 'TS28104_MdaNrm.yaml#/components/schemas/MDAType' - readOnly: true mDAOutputList: type: array uniqueItems: true -- GitLab