Properties
| Name | Type | Description |
|---|---|---|
| alert_body | object | |
| alert_type | object | |
| description | object | |
| id | object | |
| mechanism | object | |
| mechanism_type | object | |
| name | object | |
| policy_id | object | |
| sent | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/aaa_history",
"title": "aaa_history",
"properties": {
"alert_body": {
"$ref": "#/components/schemas/aaa_alert_body"
},
"alert_type": {
"$ref": "#/components/schemas/aaa_schemas-alert_type"
},
"description": {
"$ref": "#/components/schemas/aaa_components-schemas-description"
},
"id": {
"$ref": "#/components/schemas/aaa_uuid"
},
"mechanism": {
"$ref": "#/components/schemas/aaa_mechanism"
},
"mechanism_type": {
"$ref": "#/components/schemas/aaa_mechanism_type"
},
"name": {
"$ref": "#/components/schemas/aaa_schemas-name"
},
"policy_id": {
"$ref": "#/components/schemas/aaa_policy-id"
},
"sent": {
"$ref": "#/components/schemas/aaa_sent"
}
},
"type": "object"
}