{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_RiskLevel", "title": "dlp_RiskLevel", "enum": [ "low", "medium", "high" ], "type": "string" }