Ballerina · JSON Structure

Central Api Connector Structure

Connector schema from Ballerina Central API

Type: object Properties: 7
IntegrationsOrchestrationsOpen SourceProgramming Language

Connector is a JSON Structure definition published by Ballerina, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

organization name version description category readme functions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-structure/central-api-connector-structure.json",
  "name": "Connector",
  "description": "Connector schema from Ballerina Central API",
  "type": "object",
  "properties": {
    "organization": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "readme": {
      "type": "string"
    },
    "functions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "parameters": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "defaultValue": {
                  "type": "string"
                }
              }
            }
          },
          "returnType": {
            "type": "string"
          }
        }
      }
    }
  }
}