{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://docs.runalloy.com/schemas/alloy-connectivity-connector-schema.json", "title": "Connector", "type": "object", "description": "A third-party application connector available in Alloy", "properties": { "connectorId": { "type": "string", "description": "Unique identifier for the connector" }, "name": { "type": "string", "description": "Display name of the connector" }, "category": { "type": "string", "description": "Connector category" }, "iconUrl": { "type": "string", "format": "uri", "description": "URL to the connector icon" }, "actionCount": { "type": "integer", "description": "Number of available actions for this connector" } } }