{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationSchemeId", "title": "NotificationSchemeId", "additionalProperties": true, "description": "The ID of a notification scheme.", "properties": { "id": { "description": "The ID of a notification scheme.", "readOnly": true, "type": "string" } }, "required": [ "id" ], "type": "object" }