{
"title": "SlackNotificationHandler",
"type": "object",
"properties": {
"token": {
"title": "Token",
"type": "string"
},
"channel_name": {
"title": "Channel Name",
"type": "string"
},
"routing": {
"title": "Routing",
"default": {},
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
"channel_name"
]
}