From a7ee25ba7b0edcac0c4ce5f63e26f347cac62672 Mon Sep 17 00:00:00 2001 From: Michel Roy Date: Wed, 3 Feb 2021 16:31:19 -0500 Subject: [PATCH] integer format hotfix --- LocationAPI.json | 6 +++--- LocationAPI.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LocationAPI.json b/LocationAPI.json index db17c30..02e9a55 100644 --- a/LocationAPI.json +++ b/LocationAPI.json @@ -3899,14 +3899,14 @@ "properties": { "nanoSeconds": { "description": "The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.", - "format": "int32", + "format": "uint32", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Uint32" }, "seconds": { "description": "The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.", - "format": "int32", + "format": "uint32", "type": "integer", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Uint32" @@ -4341,4 +4341,4 @@ } } } -} +} \ No newline at end of file diff --git a/LocationAPI.yaml b/LocationAPI.yaml index 20979ad..280c844 100644 --- a/LocationAPI.yaml +++ b/LocationAPI.yaml @@ -2689,14 +2689,14 @@ components: nanoSeconds: description: 'The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.' - format: int32 + format: uint32 type: integer x-etsi-mec-cardinality: '1' x-etsi-mec-origin-type: Uint32 seconds: description: 'The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.' - format: int32 + format: uint32 type: integer x-etsi-mec-cardinality: '1' x-etsi-mec-origin-type: Uint32 -- GitLab