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
ee5b5a5c
Commit
ee5b5a5c
authored
Feb 13, 2018
by
Walter Featherstone
Committed by
Gerrit Code Review
Feb 13, 2018
Browse files
Merge "Added: UserEventType enumeration values"
parents
5cf00823
31ca0f94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
LocationAPI.json
LocationAPI.json
+5
-0
LocationAPI.yaml
LocationAPI.yaml
+4
-0
definitions/UserEventType.yaml
definitions/UserEventType.yaml
+4
-0
No files found.
LocationAPI.json
View file @
ee5b5a5c
...
...
@@ -1270,6 +1270,11 @@
"UserEventType"
:
{
"description"
:
"User event"
,
"type"
:
"string"
,
"enum"
:
[
"Entering"
,
"Leaving"
,
"Transferring"
],
"example"
:
"Entering"
},
"UserInfo"
:
{
...
...
LocationAPI.yaml
View file @
ee5b5a5c
...
...
@@ -849,6 +849,10 @@ definitions:
UserEventType
:
description
:
User event
type
:
string
enum
:
-
Entering
-
Leaving
-
Transferring
example
:
Entering
UserInfo
:
description
:
A type containing user information.
...
...
definitions/UserEventType.yaml
View file @
ee5b5a5c
description
:
User event
type
:
string
enum
:
-
Entering
-
Leaving
-
Transferring
example
:
"
Entering"
\ No newline at end of file
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