{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PushToTalkPut", "title": "PushToTalkPut", "type": "object", "properties": { "allowAutoAnswer": { "type": "boolean", "example": true, "description": "`true` if Push-to-Talk feature is enabled." }, "connectionType": { "$ref": "#/components/schemas/PushToTalkConnectionType", "description": "Specifies the connection type to be used." }, "accessType": { "$ref": "#/components/schemas/PushToTalkAccessType", "description": "Specifies the access type to be applied when evaluating the member list." }, "members": { "type": "array", "items": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE" }, "description": "List of people that are allowed or disallowed to interact using the Push-to-Talk feature." } } }