Rapid7 · Schema

Comment

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
created_time string The time the comment was created as an ISO formatted timestamp.
rrn string The RRN of the comment.
target string The target where the comment belongs to.
creator object Who or what created the resource.
body string The body of the comment.
visibility string Who can view the comment.
attachments array List of attachments associated with this comment.
View JSON Schema on GitHub

JSON Schema

rapid7-comment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Comment",
  "title": "Comment",
  "type": "object",
  "properties": {
    "created_time": {
      "type": "string",
      "description": "The time the comment was created as an ISO formatted timestamp.",
      "example": "2018-06-06T16:56:42Z"
    },
    "rrn": {
      "type": "string",
      "description": "The RRN of the comment.",
      "example": "rrn:investigation:us:01234567-89ab-cdef-0000-123123123123:comment:98765FEBCAD"
    },
    "target": {
      "type": "string",
      "description": "The target where the comment belongs to.",
      "example": "rrn:investigation:us:01234567-89ab-cdef-0000-123123123123:investigation:ABCDEF543210"
    },
    "creator": {
      "$ref": "#/components/schemas/Creator",
      "description": "Who or what created the resource."
    },
    "body": {
      "type": "string",
      "description": "The body of the comment.",
      "example": "Here is my comment."
    },
    "visibility": {
      "type": "string",
      "description": "Who can view the comment.",
      "example": "PUBLIC"
    },
    "attachments": {
      "type": "array",
      "description": "List of attachments associated with this comment.",
      "items": {
        "$ref": "#/components/schemas/Attachment"
      }
    }
  },
  "required": [
    "body",
    "creator",
    "rrn",
    "target"
  ]
}

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/rapid7-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.