{
"type": "object",
"required": [
"slackToken",
"slackTeamId"
],
"properties": {
"slackToken": {
"type": "string",
"description": "The User OAuth Token for Slack, starting with 'xoxp-'"
},
"slackTeamId": {
"type": "string",
"description": "The team ID for the Slack workspace, starting with 'T'"
}
}
}