{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_MessagingEvent_channel", "title": "property_MessagingEvent_channel", "properties": { "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "has_subchannels": { "type": "boolean" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "is_private": { "type": "boolean" }, "members": { "$ref": "#/components/schemas/property_MessagingEvent_channel_members" }, "name": { "type": "string" }, "parent_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "format": "date-time", "type": "string" }, "web_url": { "type": "string" } }, "required": [ "name" ], "type": "object" }