Loading OpenAPI/TS28541_NrNrm.yaml +2 −26 Original line number Diff line number Diff line Loading @@ -65,34 +65,10 @@ components: type: array items: $ref: '#/components/schemas/PlmnInfo' cagId: type: string nid: 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: $ref: '#/components/schemas/NpnIdentity' $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' GGnbId: type: string pattern: '^[0-9]{3}[0-9]{2,3}-(22|23|24|25|26|27|28|29|30|31|32)-[0-9]{1,10}' Loading Loading
OpenAPI/TS28541_NrNrm.yaml +2 −26 Original line number Diff line number Diff line Loading @@ -65,34 +65,10 @@ components: type: array items: $ref: '#/components/schemas/PlmnInfo' cagId: type: string nid: 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: $ref: '#/components/schemas/NpnIdentity' $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' GGnbId: type: string pattern: '^[0-9]{3}[0-9]{2,3}-(22|23|24|25|26|27|28|29|30|31|32)-[0-9]{1,10}' Loading