Zendesk · JSON Structure

Zendesk Support Comment Structure

Type: object Properties: 9
ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Comment is a JSON Structure definition published by Zendesk, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type body html_body plain_body public author_id attachments created_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Comment",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "html_body": {
      "type": "string"
    },
    "plain_body": {
      "type": "string"
    },
    "public": {
      "type": "boolean"
    },
    "author_id": {
      "type": "integer"
    },
    "attachments": {
      "type": "array"
    },
    "created_at": {
      "type": "string"
    }
  }
}