Rapid7 · Schema

ReferenceResource

The last editor of the comment

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

rapid7-referenceresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReferenceResource",
  "title": "ReferenceResource",
  "description": "The last editor of the comment",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    }
  },
  "readOnly": true,
  "required": [
    "id"
  ]
}