Rapid7 · Schema

AlfDataFile

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
type string
dataset string
content_file string
content string
View JSON Schema on GitHub

JSON Schema

rapid7-alfdatafile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlfDataFile",
  "title": "AlfDataFile",
  "properties": {
    "type": {
      "type": "string"
    },
    "dataset": {
      "type": "string"
    },
    "content_file": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}