Rapid7 · Schema

FrameworksCrawlConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
enable_frameworks_crawling boolean
react_js_detection_regex string
framework_config_list array
View JSON Schema on GitHub

JSON Schema

rapid7-frameworkscrawlconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FrameworksCrawlConfig",
  "title": "FrameworksCrawlConfig",
  "properties": {
    "enable_frameworks_crawling": {
      "type": "boolean"
    },
    "react_js_detection_regex": {
      "type": "string"
    },
    "framework_config_list": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FrameworkConfig"
      }
    }
  }
}