Zendesk · Schema

Comment

A comment on a ticket.

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Properties

Name Type Description
id integer The ID of the comment.
type string The type of the comment.
body string The plain text body of the comment.
html_body string The HTML body of the comment.
plain_body string The plain text body with formatting stripped.
public boolean Whether the comment is public (visible to the requester).
author_id integer The ID of the comment author.
attachments array Attachments on the comment.
created_at string When the comment was created (ISO 8601).
View JSON Schema on GitHub

JSON Schema

zendesk-support-comment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Comment",
  "type": "object",
  "description": "A comment on a ticket.",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The ID of the comment."
    },
    "type": {
      "type": "string",
      "description": "The type of the comment."
    },
    "body": {
      "type": "string",
      "description": "The plain text body of the comment."
    },
    "html_body": {
      "type": "string",
      "description": "The HTML body of the comment."
    },
    "plain_body": {
      "type": "string",
      "description": "The plain text body with formatting stripped."
    },
    "public": {
      "type": "boolean",
      "description": "Whether the comment is public (visible to the requester)."
    },
    "author_id": {
      "type": "integer",
      "description": "The ID of the comment author."
    },
    "attachments": {
      "type": "array",
      "description": "Attachments on the comment."
    },
    "created_at": {
      "type": "string",
      "description": "When the comment was created (ISO 8601)."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zendesk-support-comment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.