Rapid7 · Schema

StringReferenceResource

The ID of the attack

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

rapid7-stringreferenceresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StringReferenceResource",
  "title": "StringReferenceResource",
  "description": "The ID of the attack",
  "properties": {
    "id": {
      "type": "string"
    }
  },
  "readOnly": true
}