From 592db33b09b126ca56ea3c00b81fa01a3f903da6 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 13 Aug 2025 02:08:57 +0000 Subject: [PATCH 1/2] Update file TS28319_MsacNrm.yaml --- OpenAPI/TS28319_MsacNrm.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28319_MsacNrm.yaml b/OpenAPI/TS28319_MsacNrm.yaml index ac65e3ebf..18123d826 100644 --- a/OpenAPI/TS28319_MsacNrm.yaml +++ b/OpenAPI/TS28319_MsacNrm.yaml @@ -38,7 +38,7 @@ components: type: string credential: type: string - roleRefList: + roleList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' Role-Single: @@ -64,10 +64,13 @@ components: properties: ruleName: type: string - resources: - type: string + dataNodeSelector: + oneOf: + - $ref: 'TS28623_ComDefs.yaml#/components/schemas/JexNodeSelectionBasic' + - $ref: 'TS28623_ComDefs.yaml#/components/schemas/JexNodeSelectionAdvanced' operations: type: array + uniqueItems: true items: type: string actions: @@ -77,9 +80,9 @@ components: - DENY componentCData: type: array + uniqueItems: true items: - type: string - + type: string resources-msacNrm: oneOf: - $ref: '#/components/schemas/Identity-Single' -- GitLab From 4ffe93d90d890189dff3605ee800f79a1b03de07 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 13 Aug 2025 02:17:37 +0000 Subject: [PATCH 2/2] Update file TS28319_MsacNrm.yaml --- OpenAPI/TS28319_MsacNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28319_MsacNrm.yaml b/OpenAPI/TS28319_MsacNrm.yaml index 18123d826..90b4f1615 100644 --- a/OpenAPI/TS28319_MsacNrm.yaml +++ b/OpenAPI/TS28319_MsacNrm.yaml @@ -2,10 +2,10 @@ openapi: 3.0.1 info: title: MSAC NRM - version: 18.0.0 + version: 19.0.0 description: >- OAS 3.0.1 definition of the MSAC NRM - © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.319; MSAC NRM @@ -82,7 +82,7 @@ components: type: array uniqueItems: true items: - type: string + type: string resources-msacNrm: oneOf: - $ref: '#/components/schemas/Identity-Single' -- GitLab