{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waf-managed-rules_schemas-group", "title": "waf-managed-rules_schemas-group", "allOf": [ { "$ref": "#/components/schemas/waf-managed-rules_group" }, { "properties": { "allowed_modes": { "$ref": "#/components/schemas/waf-managed-rules_allowed_modes" }, "mode": { "$ref": "#/components/schemas/waf-managed-rules_mode" } } } ], "required": [ "id", "name", "description", "mode", "rules_count" ], "type": "object" }