{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePhoneTemplateRequestContent", "title": "CreatePhoneTemplateRequestContent", "type": "object", "additionalProperties": false, "properties": { "type": { "$ref": "#/components/schemas/PhoneTemplateNotificationTypeEnum" }, "disabled": { "type": "boolean", "description": "Whether the template is enabled (false) or disabled (true).", "default": false }, "content": { "$ref": "#/components/schemas/PhoneTemplateContent" } } }