Skip to content
Snippets Groups Projects
Commit fad08b9e authored by Sana Zulfiqar's avatar Sana Zulfiqar Committed by Giacomo Bernini
Browse files

updated schema

parent 30ca2392
No related branches found
No related tags found
2 merge requests!199Merge "3.3.1 dev" into "release 3" master,!167SOL005 NS Performance Management - Implementation of deltas between v3.3.1 and v2.7.1
......@@ -4,8 +4,9 @@
"required": [
"id",
"notificationType",
"subscriptionId",
"timeStamp",
"pmJobId",
"objectType",
"objectInstanceId",
"_links"
],
......@@ -18,15 +19,19 @@
"description": "Discriminator for the different notification types. Shall be set to \"PerformanceInformationAvailableNotification\" for this notification type.\n",
"type": "string"
},
"subscriptionId": {
"description": "An identifier with the intention of being globally unique.\n",
"type": "string"
},
"timeStamp": {
"description": "Date-time stamp. Representation: String formatted according to IETF RFC 3339.\n",
"type": "string",
"format": "date-time"
},
"pmJobId": {
"description": "Identifier of the PM job for which performance information is available.\n",
"type": "string"
},
"objectType": {
"description": "Type of the measured object.\n",
"type": "string"
},
"objectInstanceId": {
"description": "An identifier with the intention of being globally unique.\n",
"type": "string"
......@@ -35,25 +40,10 @@
"description": "Links to resources related to this notification.\n",
"type": "object",
"required": [
"subscription",
"pmJob",
"performanceReport"
],
"properties": {
"subscription": {
"description": "This type represents a link to a resource.\n",
"type": "object",
"required": [
"href"
],
"properties": {
"href": {
"description": "URI of the referenced resource.\n",
"type": "string",
"format": "url"
}
}
},
"objectInstance": {
"description": "This type represents a link to a resource.\n",
"type": "object",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment