{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_policies", "title": "aaa_policies", "properties": { "alert_interval": { "$ref": "#/components/schemas/aaa_alert_interval" }, "alert_type": { "$ref": "#/components/schemas/aaa_alert_type" }, "created": { "$ref": "#/components/schemas/aaa_timestamp" }, "description": { "$ref": "#/components/schemas/aaa_schemas-description" }, "enabled": { "$ref": "#/components/schemas/aaa_enabled" }, "filters": { "$ref": "#/components/schemas/aaa_filters" }, "id": { "$ref": "#/components/schemas/aaa_policy-id" }, "mechanisms": { "$ref": "#/components/schemas/aaa_mechanisms" }, "modified": { "$ref": "#/components/schemas/aaa_timestamp" }, "name": { "$ref": "#/components/schemas/aaa_schemas-name" } }, "type": "object" }