{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.chatRestrictions", "title": "chatRestrictions", "required": [ "@odata.type" ], "type": "object", "properties": { "allowTextOnly": { "type": "boolean", "description": "Indicates whether only text is allowed in the meeting chat. Optional.", "nullable": true }, "@odata.type": { "type": "string" } } }