Commit f102112e authored by Walter Featherstone's avatar Walter Featherstone
Browse files

subscriptionType in path has only 2 possibilities

parent 9d2c84ca
......@@ -1614,7 +1614,11 @@
"in": "path",
"required": true,
"schema": {
"type": "string"
"type": "string",
"enum": [
"AppTerminationNotificationSubscription",
"SerAvailabilityNotificationSubscription"
]
}
},
"Path.ServiceId": {
......
......@@ -1276,6 +1276,9 @@ components:
required: true
schema:
type: string
enum:
- AppTerminationNotificationSubscription
- SerAvailabilityNotificationSubscription
Path.ServiceId:
name: serviceId
description: Represents a mobile edge service instance.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment