Status of the notification.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationUpdatePayload", "title": "NotificationUpdatePayload", "description": "Status of the notification.", "type": "object", "properties": { "status": { "$ref": "#/components/schemas/NotificationStatus" } }, "required": [ "status" ] }