From b306bc2e369dcac846383d50d6a1e29aa373c062 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Wed, 6 Apr 2022 09:46:05 +0000 Subject: [PATCH] Fix name of LogicInterfaceInfo datatype. Update sliceNrm.yaml. --- OpenAPI/TS28541_SliceNrm.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 1e9f13a2f..460077f78 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -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: -- GitLab