{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateNotificationSchemeDetails", "title": "UpdateNotificationSchemeDetails", "additionalProperties": true, "description": "Details of a notification scheme.", "properties": { "description": { "description": "The description of the notification scheme.", "maxLength": 4000, "type": "string", "writeOnly": true }, "name": { "description": "The name of the notification scheme. Must be unique.", "maxLength": 255, "type": "string", "writeOnly": true } }, "type": "object" }