{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zaraz_variable-match-rule", "title": "zaraz_variable-match-rule", "properties": { "action": { "enum": [ "variableMatch" ], "type": "string" }, "id": { "type": "string" }, "settings": { "properties": { "match": { "type": "string" }, "variable": { "type": "string" } }, "required": [ "variable", "match" ], "type": "object" } }, "required": [ "id", "action", "settings" ], "type": "object" }