Commit dd0a0343 authored by sunse's avatar sunse
Browse files

fix validation issue Update 5gcNrm.yaml

parent 2d860f55
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -595,6 +595,13 @@ components:
          type: string
        ipv6Prefix:
          type: string

      AccessType:
        type: string
        enum:
          - 3GPP_ACCESS
          - NON_3GPP_ACCESS

#-------- Definition of concrete IOCs --------------------------------------------

    SubNetwork-Single:
@@ -823,7 +830,7 @@ components:
                      items:
                        $ref: '#/components/schemas/IpAddr'
                    accessType:
                      type: enum
                      $ref: '#/components/schemas/AccessType'
                    priority:
                      type: integer
                    cNSIIdList: