{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_PredefinedProfileUpdate", "title": "dlp_PredefinedProfileUpdate", "properties": { "allowed_match_count": { "format": "int32", "nullable": true, "type": "integer" }, "context_awareness": { "$ref": "#/components/schemas/dlp_ContextAwareness" }, "entries": { "items": { "$ref": "#/components/schemas/dlp_PredefinedEntryUpdate" }, "type": "array" }, "ocr_enabled": { "type": "boolean" } }, "required": [ "entries" ], "type": "object" }