freshworks · Schema

Message

Properties

Name Type Description
id string Unique ID of the message.
message_type string Type of message (normal, private, system).
actor_type string Type of actor who sent the message (user, agent, system).
actor_id string ID of the actor.
message_parts array Parts that compose the message content.
reply_parts array Response enablers for agent or bot messages allowing quick replies.
created_time string Timestamp when the message was created.
View JSON Schema on GitHub

JSON Schema

freshworks-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Message",
  "title": "Message",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique ID of the message."
    },
    "message_type": {
      "type": "string",
      "description": "Type of message (normal, private, system).",
      "enum": [
        "normal",
        "private",
        "system"
      ]
    },
    "actor_type": {
      "type": "string",
      "description": "Type of actor who sent the message (user, agent, system).",
      "enum": [
        "user",
        "agent",
        "system"
      ]
    },
    "actor_id": {
      "type": "string",
      "description": "ID of the actor."
    },
    "message_parts": {
      "type": "array",
      "description": "Parts that compose the message content.",
      "items": {
        "type": "object",
        "properties": {
          "text": {
            "type": "object",
            "properties": {
              "content": {
                "type": "string",
                "description": "Text content of the message part."
              }
            }
          },
          "image": {
            "type": "object",
            "properties": {
              "url": {
                "type": "string",
                "format": "uri",
                "description": "URL of the image."
              }
            }
          }
        }
      }
    },
    "reply_parts": {
      "type": "array",
      "description": "Response enablers for agent or bot messages allowing quick replies.",
      "items": {
        "type": "object"
      }
    },
    "created_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the message was created."
    }
  }
}

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/freshworks-message"
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.