Rapid7 · Schema

Sort

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
empty boolean
unsorted boolean
sorted boolean
View JSON Schema on GitHub

JSON Schema

rapid7-sort-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Sort",
  "title": "Sort",
  "properties": {
    "empty": {
      "type": "boolean"
    },
    "unsorted": {
      "type": "boolean"
    },
    "sorted": {
      "type": "boolean"
    }
  }
}