Rapid7 · Schema

TrainingParameter

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
pattern_name string
types string
language string
match string
value string
value_match string
match_criteria string
View JSON Schema on GitHub

JSON Schema

rapid7-trainingparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrainingParameter",
  "title": "TrainingParameter",
  "properties": {
    "pattern_name": {
      "type": "string"
    },
    "types": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "match": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "value_match": {
      "type": "string"
    },
    "match_criteria": {
      "type": "string",
      "enum": [
        "LITERAL",
        "WILDCARD",
        "REGEX"
      ]
    }
  }
}