Loading OpenAPI/TS28623_GenericNrm.yaml +7 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,6 @@ components: maximum: 31 NpnId-Type: type: object description: This describes the PLMN id, CAG ID list or the NID of the SNPN within the PLMN. properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' Loading @@ -339,10 +338,17 @@ components: type: array items: type: string minItems: 1 maxItems: 256 nIDList: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid' minItems: 1 maxItems: 16 oneOf: - required: [plmnId, cAGIdList] - required: [plmnId, nIDList] #-------- Definition of abstract IOC Top ----------------------------------------- Loading Loading
OpenAPI/TS28623_GenericNrm.yaml +7 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,6 @@ components: maximum: 31 NpnId-Type: type: object description: This describes the PLMN id, CAG ID list or the NID of the SNPN within the PLMN. properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' Loading @@ -339,10 +338,17 @@ components: type: array items: type: string minItems: 1 maxItems: 256 nIDList: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid' minItems: 1 maxItems: 16 oneOf: - required: [plmnId, cAGIdList] - required: [plmnId, nIDList] #-------- Definition of abstract IOC Top ----------------------------------------- Loading