Commit 94ab19ac authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on SubscriptionLinkList datamodel

parent 2034bda7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
						"type": "object",
						"required": [
							"href",
							"rel"
							"subscriptionType"
						],
						"properties": {
							"href": {
@@ -41,7 +41,7 @@
								"format": "uri",
								"example": "/mecSerMgmtApi/example"
							},
							"rel": {
							"subscriptionType": {
								"description": "The value shall be se to SerAvailabilityNotificationSubscription.",
								"type": "string"
							}
+52 −55
Original line number Diff line number Diff line
{
  "type": "array",
  "objects": {
	"description": "This type represents a list of links related to currently existing subscriptions for a MEC application instance. This information is returned when sending a request to receive current subscriptions.",
	"type": "object",
	"required": [
@@ -34,7 +32,7 @@
						"type": "object",
						"required": [
							"href",
                "rel"
							"subscriptionType"
						],
						"properties": {
							"href": {
@@ -43,7 +41,7 @@
								"format": "uri",
								"example": "/mecSerMgmtApi/example"
							},
                "rel": {
							"subscriptionType": {
								"description": "The value shall be se to SerAvailabilityNotificationSubscription.",
								"type": "string"
							}
@@ -54,4 +52,3 @@
		}
	}
}
 No newline at end of file
}
 No newline at end of file