Commit edefe357 authored by sunse's avatar sunse
Browse files

fix validation Update TS28541_5GcNrm.yaml

parent b063ff5f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -764,6 +764,14 @@ components:
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'

    Ipv4AddressRange:
      description: Range of IPv4 addresses
      type: object
      properties:
        start:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        end:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
    Ipv6PrefixRange:
      description: Range of IPv6 prefixes
      type: object