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