Properties
| Name | Type | Description |
|---|---|---|
| description | object | |
| id | object | |
| modified_rules_count | object | |
| name | object | |
| package_id | object | |
| rules_count | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/waf-managed-rules_group",
"title": "waf-managed-rules_group",
"properties": {
"description": {
"$ref": "#/components/schemas/waf-managed-rules_description"
},
"id": {
"$ref": "#/components/schemas/waf-managed-rules_components-schemas-identifier"
},
"modified_rules_count": {
"$ref": "#/components/schemas/waf-managed-rules_modified_rules_count"
},
"name": {
"$ref": "#/components/schemas/waf-managed-rules_name"
},
"package_id": {
"$ref": "#/components/schemas/waf-managed-rules_identifier"
},
"rules_count": {
"$ref": "#/components/schemas/waf-managed-rules_rules_count"
}
},
"type": "object"
}