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
MEC Application Support API and MEC Service Management API
Commits
f102112e
Commit
f102112e
authored
Jan 28, 2019
by
Walter Featherstone
Browse files
subscriptionType in path has only 2 possibilities
parent
9d2c84ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Mp1.json
Mp1.json
+5
-1
Mp1.yaml
Mp1.yaml
+3
-0
No files found.
Mp1.json
View file @
f102112e
...
@@ -1614,7 +1614,11 @@
...
@@ -1614,7 +1614,11 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"AppTerminationNotificationSubscription"
,
"SerAvailabilityNotificationSubscription"
]
}
}
},
},
"Path.ServiceId"
:
{
"Path.ServiceId"
:
{
...
...
Mp1.yaml
View file @
f102112e
...
@@ -1276,6 +1276,9 @@ components:
...
@@ -1276,6 +1276,9 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
enum
:
-
AppTerminationNotificationSubscription
-
SerAvailabilityNotificationSubscription
Path.ServiceId
:
Path.ServiceId
:
name
:
serviceId
name
:
serviceId
description
:
Represents a mobile edge service instance.
description
:
Represents a mobile edge service instance.
...
...
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