mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
13 lines
163 B
JSON
13 lines
163 B
JSON
{
|
|
"allOf": [
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"slack": {
|
|
"$ref": "https://github.com/foomo/posh-providers/slack-go/slack"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|