Commit ccc194ce authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TR28.541_Rel18_correction_to_attribute_definintion_to_InterfaceUpfInfoItem_and_IpInterface' into 'Integration_Rel18_SA5_156_YAML'

TR28.541 Rel18 CR1301 correction to attribute definintion to InterfaceUpfInfoItem_and_IpInterface

See merge request !1250
parents bda16970 3cd1b5f2
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -795,12 +795,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:
@@ -820,8 +818,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'