19 lines
		
	
	
		
			441 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			441 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "schemaVersion": "1.0",
 | 
						|
  "id": "stellaops.notify.connector.webhook",
 | 
						|
  "displayName": "StellaOps Webhook Notify Connector",
 | 
						|
  "version": "0.1.0-alpha",
 | 
						|
  "requiresRestart": true,
 | 
						|
  "entryPoint": {
 | 
						|
    "type": "dotnet",
 | 
						|
    "assembly": "StellaOps.Notify.Connectors.Webhook.dll"
 | 
						|
  },
 | 
						|
  "capabilities": [
 | 
						|
    "notify-connector",
 | 
						|
    "webhook"
 | 
						|
  ],
 | 
						|
  "metadata": {
 | 
						|
    "org.stellaops.notify.channel.type": "webhook"
 | 
						|
  }
 | 
						|
}
 |