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