{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/NotificationSchemeEventTypeId",
"title": "NotificationSchemeEventTypeId",
"additionalProperties": true,
"description": "The ID of an event that is being mapped to notifications.",
"properties": {
"id": {
"description": "The ID of the notification scheme event.",
"type": "string",
"writeOnly": true
}
},
"required": [
"id"
],
"type": "object",
"writeOnly": true
}