{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateMeetingSimultaneousInterpretationObject", "title": "UpdateMeetingSimultaneousInterpretationObject", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "description": "Whether or not simultaneous interpretation is enabled." }, "interpreters": { "type": "array", "items": { "$ref": "#/components/schemas/InterpreterObjectForSimultaneousInterpretationOfCreateOrUpdateMeeting" }, "description": "Interpreters for meeting." } } }