Commit 17f5a66b authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.541_Rel17_S5-222391_Define_LogicInterfaceInfo_datatype_and_fix_attribute_properties_for_logicInterfaceInfo' into 'Integration_Rel17_SA5_143_YAML'

CR0706 Fix name of LogicInterfaceInfo datatype.

See merge request sa5/MnS!342
parents 852b58cc b306bc2e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -561,16 +561,16 @@ components:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
    
    LogicInterfaceInfo:
    LogicalInterfaceInfo:
      type: object
      properties:
         logicalInterfceType:
         logicalInterfaceType:
           type: string
           enum: 
            - VLAN
            - MPLS
            - Segment
         logicalInterfceId:
         logicalInterfaceId:
           type: string

    ServiceProfileList:
@@ -722,8 +722,8 @@ components:
              properties:
                ipAddress:
                  $ref: '#/components/schemas/IpAddress'
                logicInterfaceInfo:
                  $ref: '#/components/schemas/LogicInterfaceInfo'
                logicalInterfaceInfo:
                  $ref: '#/components/schemas/LogicalInterfaceInfo'
                nextHopInfo:
                  type: string 
                qosProfile: