{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-structure/central-api-connector-summary-structure.json", "name": "ConnectorSummary", "description": "ConnectorSummary schema from Ballerina Central API", "type": "object", "properties": { "organization": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "description": { "type": "string" }, "category": { "type": "string" }, "pullCount": { "type": "int32" } } }