{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/AlertActionTrigger", "title": "AlertActionTrigger", "type": "object", "properties": { "alertActionId": { "type": "string" }, "connectorId": { "type": "string" }, "type": { "type": "string" }, "name": { "type": "string" }, "iconUrl": { "type": "string" }, "history": { "type": "array", "items": { "$ref": "#/components/schemas/AlertActionResult" } } } }