Commit b306bc2e authored by srinivasaraj's avatar srinivasaraj Committed by sunse
Browse files

Fix name of LogicInterfaceInfo datatype.

Update sliceNrm.yaml. 
parent 852b58cc
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: