Commit 66c69be8 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel17_CR1025_correction_to_NPNIdentity_stage2_stage_3_issue' into 'Integration_Rel17_SA5_151_YAML'

Ts28.541 rel17 cr1025 correction to npn identity stage2 stage 3 issue

See merge request !762
parents 6523616a ec03a910
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -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: