Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Location API
Commits
a7ee25ba
Commit
a7ee25ba
authored
Feb 03, 2021
by
Michel Roy
Committed by
ETSI CTI
Feb 12, 2021
Browse files
integer format hotfix
parent
3fc9a42d
Pipeline
#6035
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
LocationAPI.json
LocationAPI.json
+3
-3
LocationAPI.yaml
LocationAPI.yaml
+2
-2
No files found.
LocationAPI.json
View file @
a7ee25ba
...
...
@@ -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"
:
"
u
int32"
,
"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"
:
"
u
int32"
,
"type"
:
"integer"
,
"x-etsi-mec-cardinality"
:
"1"
,
"x-etsi-mec-origin-type"
:
"Uint32"
...
...
@@ -4341,4 +4341,4 @@
}
}
}
}
}
\ No newline at end of file
LocationAPI.yaml
View file @
a7ee25ba
...
...
@@ -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
:
u
int32
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
:
u
int32
type
:
integer
x-etsi-mec-cardinality
:
'
1'
x-etsi-mec-origin-type
:
Uint32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment