Chatwoot · Schema

Portal

Chatwoot Portal schema

Customer SupportMessagingLive ChatOmni-channelConversationsContactsAgentsOpen Source

Properties

Name Type Description
payload array
View JSON Schema on GitHub

JSON Schema

portal.json Raw ↑
{
  "type": "object",
  "properties": {
    "payload": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/portal_item"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chatwoot/main/json-schema/portal.json",
  "title": "Portal",
  "description": "Chatwoot Portal schema"
}