{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AndSmartGroupRuleNode", "required": [ "or" ], "properties": { "or": { "type": "array", "items": { "$ref": "#/components/schemas/OrSmartGroupRuleNode" } } }, "type": "object" }