* `email` - Email * `slack` - Slack * `webhook` - Webhook
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TargetTypeEnum", "title": "TargetTypeEnum", "enum": [ "email", "slack", "webhook" ], "type": "string", "description": "* `email` - Email\n* `slack` - Slack\n* `webhook` - Webhook" }