{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_alert-types", "title": "aaa_alert-types", "properties": { "description": { "$ref": "#/components/schemas/aaa_description" }, "display_name": { "$ref": "#/components/schemas/aaa_display_name" }, "filter_options": { "$ref": "#/components/schemas/aaa_filter_options" }, "type": { "$ref": "#/components/schemas/aaa_type" } }, "type": "object" }