50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"id": "mattermost",
|
|
"type": "channel",
|
|
"channels": ["mattermost"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"baseUrl": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"description": "Mattermost server URL"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"description": "Mattermost server URL (alternative to baseUrl)"
|
|
},
|
|
"botToken": {
|
|
"type": "string",
|
|
"description": "Bot account token"
|
|
},
|
|
"token": {
|
|
"type": "string",
|
|
"description": "API access token (alternative to botToken)"
|
|
},
|
|
"pat": {
|
|
"type": "string",
|
|
"description": "Personal Access Token for write operations"
|
|
},
|
|
"team": {
|
|
"type": "string",
|
|
"description": "Default team name"
|
|
},
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"description": "Enable/disable this channel"
|
|
},
|
|
"defaultAccount": {
|
|
"type": "string",
|
|
"description": "Default account ID"
|
|
},
|
|
"accounts": {
|
|
"type": "object",
|
|
"description": "Account configurations"
|
|
}
|
|
}
|
|
}
|
|
}
|