dlp_RiskLevel

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-risklevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_RiskLevel",
  "title": "dlp_RiskLevel",
  "enum": [
    "low",
    "medium",
    "high"
  ],
  "type": "string"
}