{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_PredefinedEntry", "title": "dlp_PredefinedEntry", "properties": { "enabled": { "type": "boolean" }, "id": { "format": "uuid", "type": "string" }, "name": { "type": "string" }, "profile_id": { "format": "uuid", "nullable": true, "type": "string" } }, "required": [ "id", "name", "enabled" ], "type": "object" }