{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_NewCustomEntry", "title": "dlp_NewCustomEntry", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "pattern": { "$ref": "#/components/schemas/dlp_Pattern" } }, "required": [ "name", "pattern", "enabled" ], "type": "object" }