{ "$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" }