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