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