{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetCallCaptionsObject", "title": "GetCallCaptionsObject", "type": "object", "required": [ "orgClosedCaptionsEnabled", "orgTranscriptsEnabled" ], "properties": { "orgClosedCaptionsEnabled": { "type": "boolean", "example": true, "description": "Organization-level closed captions are enabled or disabled." }, "orgTranscriptsEnabled": { "type": "boolean", "example": true, "description": "Organization-level transcripts are enabled or disabled." } } }