From 7ecf107060101b38f8c7ba74f326af95ba7778ff Mon Sep 17 00:00:00 2001 From: "M. Hamza" Date: Thu, 19 Jan 2023 12:44:37 +0500 Subject: [PATCH] update msgType datatype to integer --- config/api/vis-api.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/api/vis-api.yaml b/config/api/vis-api.yaml index 292f64d..d7f12ea 100644 --- a/config/api/vis-api.yaml +++ b/config/api/vis-api.yaml @@ -253,8 +253,8 @@ paths: filterCriteria: stdOrganization: 'ETSI' msgType: - - "1" - - "2" + - 1 + - 2 expiryDeadline: seconds: 1977836800 nanoseconds: 0 @@ -278,8 +278,8 @@ paths: filterCriteria: stdOrganization: 'ETSI' msgType: - - "1" - - "2" + - 1 + - 2 expiryDeadline: seconds: 1977836800 nanoseconds: 0 @@ -358,8 +358,8 @@ paths: filterCriteria: stdOrganization: 'ETSI' msgType: - - "1" - - "2" + - 1 + - 2 expiryDeadline: seconds: 1977836800 nanoseconds: 0 @@ -401,8 +401,8 @@ paths: filterCriteria: stdOrganization: 'ETSI' msgType: - - "3" - - "4" + - 3 + - 4 expiryDeadline: seconds: 1977836800 nanoseconds: 0 @@ -427,8 +427,8 @@ paths: filterCriteria: stdOrganization: 'ETSI' msgType: - - "3" - - "4" + - 3 + - 4 expiryDeadline: seconds: 1977836800 nanoseconds: 0 @@ -1585,7 +1585,7 @@ components: msgType: description: Subscribed V2X message type. Its value is defined by the standardization organization indicated by the attribute stdOrganization. See note 3. items: - type: string + type: integer minItems: 0 type: array x-etsi-mec-cardinality: 0..N -- GitLab