Rapid7 · Schema

HttpParameter

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
name string
value string
match_criteria string
View JSON Schema on GitHub

JSON Schema

rapid7-httpparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HttpParameter",
  "title": "HttpParameter",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "match_criteria": {
      "type": "string",
      "enum": [
        "LITERAL",
        "WILDCARD",
        "REGEX"
      ]
    }
  }
}