Rapid7 · Schema

SwaggerFile

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
value string
preferred_content_type string
json_file_url string
host_name string
View JSON Schema on GitHub

JSON Schema

rapid7-swaggerfile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SwaggerFile",
  "title": "SwaggerFile",
  "properties": {
    "value": {
      "type": "string"
    },
    "preferred_content_type": {
      "type": "string"
    },
    "json_file_url": {
      "type": "string"
    },
    "host_name": {
      "type": "string"
    }
  }
}