{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InterpreterObjectForSimultaneousInterpretationOfCreateOrUpdateMeeting", "title": "InterpreterObjectForSimultaneousInterpretationOfCreateOrUpdateMeeting", "type": "object", "required": [ "languageCode1", "languageCode2" ], "properties": { "languageCode1": { "type": "string", "example": "en", "description": "Forms a set of simultaneous interpretation channels together with `languageCode2`. Standard language format from [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code. Read [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for details." }, "languageCode2": { "type": "string", "example": "de", "description": "Forms a set of simultaneous interpretation channels together with `languageCode1`. Standard language format from [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code. Read [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for details." }, "email": { "type": "string", "example": "marcus.hoffmann@example.com", "description": "Email address of meeting interpreter." }, "displayName": { "type": "string", "example": "Hoffmann", "description": "Display name of meeting interpreter." } } }