{ "type": "object", "name": "Condition", "properties": { "conditionsList": { "type": "array", "description": "", "items": { "type": "object", "properties": { "fieldName": { "type": "string" }, "value": { "type": "object" }, "operator": { "type": "string" } }, "required": [ "fieldName", "value", "operator" ] } } }, "required": [ "conditionsList" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }