From edd0db77ae9f8de393f4c0bb677e69a38314112a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Thu, 12 Oct 2017 02:10:10 +0000 Subject: Fix swagger spec Issue-Id: DCAEGEN2-128 Change-Id: I0d909ea8358876d0652b6283032fbbab09d87533 Signed-off-by: Lusheng Ji --- swagger_vescollector.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/swagger_vescollector.yaml b/swagger_vescollector.yaml index c0e2e316..0c8a5b53 100644 --- a/swagger_vescollector.yaml +++ b/swagger_vescollector.yaml @@ -867,8 +867,8 @@ definitions: items: type: array items: - - type: string - - type: number + type: string + type: number ipTosList: description: >- Array of unique IP Type-of-Service values observed in the flow where @@ -903,8 +903,8 @@ definitions: items: type: array items: - - type: string - - type: number + type: string + type: number mobileQciCosList: description: >- Array of unique LTE QCI or UMTS class-of-service values observed in @@ -988,8 +988,8 @@ definitions: items: type: array items: - - type: string - - type: number + type: string + type: number tcpFlagList: description: Array of unique TCP Flags observed in the flow type: array @@ -1515,7 +1515,7 @@ definitions: type: number summarySip: description: >- - the SIP Method or Response (‘INVITE’, ‘200 OK’, ‘BYE’, + the SIP Method or Response (INVITE, 200 OK, BYE, etc) type: string vendorVnfNameFields: @@ -1586,7 +1586,7 @@ definitions: additionalFields: description: >- additional syslog fields if needed provided as name=value delimited by - a pipe ‘|’ symbol, for example: 'name1=value1|name2=value2|…' + a pipe | symbol, for example: 'name1=value1|name2=value2|' type: string eventSourceHost: description: hostname of the device -- cgit 1.2.3-korg