{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dlp_SkipConfig",
"title": "dlp_SkipConfig",
"description": "Content types to exclude from context analysis and return all matches.",
"properties": {
"files": {
"description": "If the content type is a file, skip context analysis and return all matches.",
"type": "boolean"
}
},
"required": [
"files"
],
"type": "object"
}