Keboola · Schema

ComponentDocsResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
componentId string Unique identifier of the component
componentType string Type of the component (e.g., writer, extractor)
componentName string Display name of the component
componentCategories array Categories the component belongs to
description string Short description of the component
longDescription string Extended description of the component
documentationUrl string URL to the component's documentation
documentation string Full markdown documentation content
configurationSchema object JSON Schema for the component configuration
configurationRowSchema object JSON Schema for the component configuration row
configurationDescription string Human-readable description of the configuration process
rootConfigurationExamples array List of configuration examples
rowConfigurationExamples array List of configuration examples
componentFlags array List of component flags
synchronousActions array List of synchronous actions supported by the component
View JSON Schema on GitHub

JSON Schema

keboola-componentdocsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ComponentDocsResponse",
  "type": "object",
  "required": [
    "componentId",
    "componentType",
    "componentName",
    "componentCategories",
    "description",
    "longDescription",
    "documentationUrl",
    "documentation",
    "configurationSchema",
    "configurationRowSchema",
    "configurationDescription",
    "rootConfigurationExamples",
    "rowConfigurationExamples",
    "componentFlags"
  ],
  "properties": {
    "componentId": {
      "type": "string",
      "description": "Unique identifier of the component",
      "example": "keboola.wr-azure-event-hub"
    },
    "componentType": {
      "type": "string",
      "description": "Type of the component (e.g., writer, extractor)",
      "example": "writer"
    },
    "componentName": {
      "type": "string",
      "description": "Display name of the component",
      "example": "Azure Event Hub"
    },
    "componentCategories": {
      "type": "array",
      "description": "Categories the component belongs to",
      "items": {
        "type": "string"
      },
      "example": [
        "Monitoring"
      ]
    },
    "description": {
      "type": "string",
      "description": "Short description of the component"
    },
    "longDescription": {
      "type": "string",
      "description": "Extended description of the component"
    },
    "documentationUrl": {
      "type": "string",
      "nullable": true,
      "description": "URL to the component's documentation",
      "format": "uri"
    },
    "documentation": {
      "type": "string",
      "nullable": true,
      "description": "Full markdown documentation content"
    },
    "configurationSchema": {
      "type": "object",
      "nullable": true,
      "description": "JSON Schema for the component configuration"
    },
    "configurationRowSchema": {
      "type": "object",
      "nullable": true,
      "description": "JSON Schema for the component configuration row"
    },
    "configurationDescription": {
      "type": "string",
      "nullable": true,
      "description": "Human-readable description of the configuration process"
    },
    "rootConfigurationExamples": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "nullable": true,
      "description": "List of configuration examples"
    },
    "rowConfigurationExamples": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "nullable": true,
      "description": "List of configuration examples"
    },
    "componentFlags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true,
      "description": "List of component flags"
    },
    "synchronousActions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true,
      "description": "List of synchronous actions supported by the component"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-componentdocsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.