{ "description": "This type represents an alarm cleared notification about VNF faults. The notification shall be triggered by the VNFM when an alarm has been cleared.\n", "type": "object", "required": [ "id", "notificationType", "subscriptionId", "timeStamp", "alarmId", "alarmClearedTime", "_links" ], "properties": { "id": { "description": "An identifier with the intention of being globally unique.\n", "type": "string" }, "notificationType": { "description": "Discriminator for the different notification types. Shall be set to \"AlarmClearedNotification\" for this notification type.\n", "type": "string", "enum": [ "AlarmClearedNotification" ] }, "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" }, "alarmId": { "description": "An identifier with the intention of being globally unique.\n", "type": "string" }, "alarmClearedTime": { "description": "The time stamp indicating when the alarm was cleared.\n" }, "_links": { "description": "Links to resources related to this notification.\n", "type": "object", "required": [ "subscription", "alarm" ], "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" } } }, "alarm": { "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" } } } } } } }