Skip to content
GitLab
Projects
Groups
Snippets
/
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
admin_forge
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
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
Supports
Markdown
0%
Try again
or
attach a new 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