{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_ContextAwareness", "title": "dlp_ContextAwareness", "description": "Scan the context of predefined entries to only return matches surrounded by keywords.", "properties": { "enabled": { "description": "If true, scan the context of predefined entries to only return matches surrounded by keywords.", "type": "boolean" }, "skip": { "$ref": "#/components/schemas/dlp_SkipConfig" } }, "required": [ "enabled", "skip" ], "type": "object" }