{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateCallCaptionsObject", "title": "UpdateCallCaptionsObject", "type": "object", "properties": { "orgClosedCaptionsEnabled": { "type": "boolean", "example": true, "description": "Enable or disable organization-level closed captions." }, "orgTranscriptsEnabled": { "type": "boolean", "example": true, "description": "Enable or disable organization-level transcripts." } } }