{
"type": "object",
"required": [
"slackBotToken",
"slackTeamId"
],
"properties": {
"slackTeamId": {
"type": "string",
"description": "The Slack Team ID for the workspace."
},
"slackBotToken": {
"type": "string",
"description": "The Bot User OAuth Token for the Slack app."
}
}
}