{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpdateSmartGroup", "required": [ "rules" ], "properties": { "name": { "type": "string" }, "rules": { "$ref": "#/components/schemas/SmartGroupRuleNodes" } }, "type": "object", "xml": { "name": "request" } }