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