From a613930e6b767aaecebaa2815e21ade06300cd7a Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 20 Jan 2025 01:44:42 +0000 Subject: [PATCH] Update file TS28623_MnSRegistryNrm.yaml --- OpenAPI/TS28623_MnSRegistryNrm.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OpenAPI/TS28623_MnSRegistryNrm.yaml b/OpenAPI/TS28623_MnSRegistryNrm.yaml index 299cca657..b4e8c68e3 100644 --- a/OpenAPI/TS28623_MnSRegistryNrm.yaml +++ b/OpenAPI/TS28623_MnSRegistryNrm.yaml @@ -39,10 +39,8 @@ components: properties: mnsLabel: type: string - readOnly: true mnsType: type: string - readOnly: true enum: - PROV_MNS - FAULT_SUPERVISION_MNS @@ -50,7 +48,6 @@ components: - FILE_DATA_REPORTING_MNS mnsVersion: type: string - readOnly: true mnsAddress: description: Resource URI as defined in the relevant Technical Specification $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' @@ -63,7 +60,7 @@ components: type: array uniqueItems: true items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' minItems: 1 #-------- Definition of YAML arrays for name-contained IOCs ---------------------- -- GitLab