Dixa · Schema

Team

Customer ServiceConversationalOmnichannelCXHelp DeskChatKnowledge Base

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

team.json Raw ↑
{
  "title": "Team",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}