Commit b0fc149e authored by sunse's avatar sunse
Browse files

TR28.541 Rel18 CR1301 correction to attribute definintion to InterfaceUpfInfoItem_and_IpInterface

parent bda16970
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -820,9 +820,15 @@ components:
      type: object
      properties:
        ipv4EndpointAddresses:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
          minItems: 1
        ipv6EndpointAddresses:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
          minItems: 1
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'