Loading OpenAPI/TS28541_NrNrm.yaml +13 −2 Original line number Diff line number Diff line Loading @@ -66,13 +66,24 @@ components: type: string NpnIdentity: type: object oneOf: - required: [ plmnId, cagidList ] - required: [ plmnId, nidList ] properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' cagidList: type: array items: $ref: '#/components/schemas/cagId' minItems: 1 maxItems: 12 nidList: type: array items: $ref: '#/components/schemas/nid' minItems: 1 maxItems: 12 NpnIdentityList: type: array items: Loading Loading
OpenAPI/TS28541_NrNrm.yaml +13 −2 Original line number Diff line number Diff line Loading @@ -66,13 +66,24 @@ components: type: string NpnIdentity: type: object oneOf: - required: [ plmnId, cagidList ] - required: [ plmnId, nidList ] properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' cagidList: type: array items: $ref: '#/components/schemas/cagId' minItems: 1 maxItems: 12 nidList: type: array items: $ref: '#/components/schemas/nid' minItems: 1 maxItems: 12 NpnIdentityList: type: array items: Loading