{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/AlertActionResult", "title": "AlertActionResult", "type": "object", "properties": { "id": { "type": "string" }, "alertActionId": { "type": "string" }, "connectorId": { "type": "string" }, "alertId": { "type": "number" }, "success": { "type": "boolean" }, "actor": { "$ref": "#/components/schemas/User" } } }