{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Notification", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "severity": { "type": "string" }, "title": { "type": "string" }, "message": { "type": "string" }, "read": { "type": "boolean" }, "createdDate": { "type": "string" }, "relatedResourceId": { "type": "string" } } }