Commit ebf8750e authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TR28.541_Rel19_correction_to_attribute_definintion_to_InterfaceUpfInfoItem_and_IpInterface' into 'Integration_Rel19_SA5_156_YAML'

TR28.541 Rel19 CR1302 correction to attribute definintion to InterfaceUpfInfoItem_and_IpInterface

See merge request !1251
parents c681d788 1b7cc61c
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -799,12 +799,10 @@ components:
          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'
        networkInstance:
@@ -824,8 +822,12 @@ components:
      type: object
      properties:
        ipv4EndpointAddresses:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        ipv6EndpointAddresses:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'