From 45d3f7fcd6eef0b305e5d6c1dd40d487b9021973 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 24 Jan 2026 22:11:48 +0800 Subject: [PATCH 1/3] Correct definition MnSScope --- OpenAPI/TS28623_MnSRegistryNrm.yaml | 33 ++++++++++++++++++----------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/OpenAPI/TS28623_MnSRegistryNrm.yaml b/OpenAPI/TS28623_MnSRegistryNrm.yaml index 399c4e55..5d4aaa15 100644 --- a/OpenAPI/TS28623_MnSRegistryNrm.yaml +++ b/OpenAPI/TS28623_MnSRegistryNrm.yaml @@ -120,18 +120,27 @@ components: description: -> It defines the information about the management scope of the Management Service. oneOf: - - type: array - uniqueItems: true - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' - - type: array - uniqueItems: true - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - - type: array - uniqueItems: true - items: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' + - type: object + properties: + objectInstanceList: + type: array + uniqueItems: true + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + - type: object + properties: + geoAreas: + type: array + uniqueItems: true + items: + - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + - type: object + properties: + taiList: + type: array + uniqueItems: true + items: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' MgmtDataInfo-Single: allOf: -- GitLab From 4232794f15a3cc325da3455e18c62e47555cfc73 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 24 Jan 2026 22:20:06 +0800 Subject: [PATCH 2/3] Update --- OpenAPI/TS28623_MnSRegistryNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_MnSRegistryNrm.yaml b/OpenAPI/TS28623_MnSRegistryNrm.yaml index 5d4aaa15..53941299 100644 --- a/OpenAPI/TS28623_MnSRegistryNrm.yaml +++ b/OpenAPI/TS28623_MnSRegistryNrm.yaml @@ -133,7 +133,7 @@ components: type: array uniqueItems: true items: - - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - type: object properties: taiList: -- GitLab From 8cb1cf2825c19083ed14df48db65eaf689bf4f5b Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 9 Feb 2026 11:27:09 +0000 Subject: [PATCH 3/3] Edit TS28623_MnSRegistryNrm.yaml --- OpenAPI/TS28623_MnSRegistryNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_MnSRegistryNrm.yaml b/OpenAPI/TS28623_MnSRegistryNrm.yaml index 53941299..dbbdfd19 100644 --- a/OpenAPI/TS28623_MnSRegistryNrm.yaml +++ b/OpenAPI/TS28623_MnSRegistryNrm.yaml @@ -129,7 +129,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' - type: object properties: - geoAreas: + geoAreasList: type: array uniqueItems: true items: -- GitLab