{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_Pattern", "title": "dlp_Pattern", "properties": { "regex": { "type": "string" }, "validation": { "allOf": [ { "$ref": "#/components/schemas/dlp_Validation" } ] } }, "required": [ "regex" ], "type": "object" }