{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InterpreterObjectForSimultaneousInterpretationOfGetOrListMeeting", "title": "InterpreterObjectForSimultaneousInterpretationOfGetOrListMeeting", "type": "object", "required": [ "id", "languageCode1", "languageCode2" ], "properties": { "id": { "type": "string", "example": "OGQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MTJiZDBjNWVlNDA4YjgxMTZlMjU4Zjg2NWIzZmM", "description": "Unique identifier for meeting interpreter." }, "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." } } }