Ballerina · JSON Structure

Central Api Connector Search Response Structure

ConnectorSearchResponse schema from Ballerina Central API

Type: object Properties: 4
IntegrationsOrchestrationsOpen SourceProgramming Language

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

Properties

connectors count offset limit

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-search-response-structure.json",
  "name": "ConnectorSearchResponse",
  "description": "ConnectorSearchResponse schema from Ballerina Central API",
  "type": "object",
  "properties": {
    "connectors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConnectorSummary"
      }
    },
    "count": {
      "type": "int32"
    },
    "offset": {
      "type": "int32"
    },
    "limit": {
      "type": "int32"
    }
  }
}