Commit 2f144c77 authored by sunse's avatar sunse
Browse files

TS28.541_Rel18_CR1244_Remove_duplicate_definition_of_NpnId, Update TS28541_NrNrm.yaml

parent 5c358fef
Loading
Loading
Loading
Loading
+2 −26
Original line number Diff line number Diff line
@@ -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}'