Ballerina · Schema

ConnectorSummary

ConnectorSummary schema from Ballerina Central API

IntegrationOrchestrationsOpen-SourceProgramming Language

Properties

Name Type Description
organization string
name string
version string
description string
category string
pullCount integer
View JSON Schema on GitHub

JSON Schema

central-api-connector-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-schema/central-api-connector-summary-schema.json",
  "title": "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": "integer"
    }
  }
}