Issue Comment

Comments provide a way for people to collaborate on an issue.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer Unique identifier of the issue comment
node_id string
url string URL for the issue comment
body string Contents of the issue comment
body_text string
body_html string
html_url string
user object
created_at string
updated_at string
issue_url string
author_association object
performed_via_github_app object
reactions object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-issue-comment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/issue-comment",
  "title": "Issue Comment",
  "description": "Comments provide a way for people to collaborate on an issue.",
  "type": "object",
  "properties": {
    "id": {
      "description": "Unique identifier of the issue comment",
      "example": 42,
      "type": "integer",
      "format": "int64"
    },
    "node_id": {
      "type": "string"
    },
    "url": {
      "description": "URL for the issue comment",
      "example": "https://api.github.com/repositories/42/issues/comments/1",
      "type": "string",
      "format": "uri"
    },
    "body": {
      "description": "Contents of the issue comment",
      "example": "What version of Safari were you using when you observed this bug?",
      "type": "string"
    },
    "body_text": {
      "type": "string"
    },
    "body_html": {
      "type": "string"
    },
    "html_url": {
      "type": "string",
      "format": "uri"
    },
    "user": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2011-04-14T16:00:49Z"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "example": "2011-04-14T16:00:49Z"
    },
    "issue_url": {
      "type": "string",
      "format": "uri"
    },
    "author_association": {
      "$ref": "#/components/schemas/author-association"
    },
    "performed_via_github_app": {
      "$ref": "#/components/schemas/nullable-integration"
    },
    "reactions": {
      "$ref": "#/components/schemas/reaction-rollup"
    }
  },
  "required": [
    "id",
    "node_id",
    "html_url",
    "issue_url",
    "author_association",
    "user",
    "url",
    "created_at",
    "updated_at"
  ]
}

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/apis-io-engineering-platform-issue-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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