20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"id": "stellaops.notify.connector.teams",
|
|
"displayName": "StellaOps Teams Notify Connector",
|
|
"version": "0.1.0-alpha",
|
|
"requiresRestart": true,
|
|
"entryPoint": {
|
|
"type": "dotnet",
|
|
"assembly": "StellaOps.Notify.Connectors.Teams.dll"
|
|
},
|
|
"capabilities": [
|
|
"notify-connector",
|
|
"teams"
|
|
],
|
|
"metadata": {
|
|
"org.stellaops.notify.channel.type": "teams",
|
|
"org.stellaops.notify.connector.cardVersion": "1.5"
|
|
}
|
|
}
|