Keboola · Schema

MaintainerResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id integer Maintainer identifier.
name string Maintainer name.
created string Maintainer creation timestamp.
defaultConnectionMysqlId integer Default MySQL connection identifier.
defaultConnectionSnowflakeId integer Default Snowflake connection identifier.
defaultConnectionSynapseId integer Default Synapse connection identifier.
defaultConnectionExasolId integer Default Exasol connection identifier.
defaultConnectionBigqueryId integer Default BigQuery connection identifier.
defaultConnectionTeradataId integer Default Teradata connection identifier.
defaultFileStorageId integer Default file storage identifier.
zendeskUrl string Zendesk URL for this maintainer.
organizations array List of organizations belonging to this maintainer.
View JSON Schema on GitHub

JSON Schema

keboola-maintainerresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MaintainerResponse",
  "required": [
    "id",
    "name",
    "created",
    "organizations"
  ],
  "properties": {
    "id": {
      "description": "Maintainer identifier.",
      "type": "integer",
      "example": 123
    },
    "name": {
      "description": "Maintainer name.",
      "type": "string",
      "example": "Keboola CZ"
    },
    "created": {
      "description": "Maintainer creation timestamp.",
      "type": "string",
      "format": "date-time",
      "example": "2014-11-11T08:40:51.620Z"
    },
    "defaultConnectionMysqlId": {
      "description": "Default MySQL connection identifier.",
      "type": "integer",
      "example": 234,
      "nullable": true
    },
    "defaultConnectionSnowflakeId": {
      "description": "Default Snowflake connection identifier.",
      "type": "integer",
      "example": 242,
      "nullable": true
    },
    "defaultConnectionSynapseId": {
      "description": "Default Synapse connection identifier.",
      "type": "integer",
      "example": 235,
      "nullable": true
    },
    "defaultConnectionExasolId": {
      "description": "Default Exasol connection identifier.",
      "type": "integer",
      "example": 236,
      "nullable": true
    },
    "defaultConnectionBigqueryId": {
      "description": "Default BigQuery connection identifier.",
      "type": "integer",
      "example": 236,
      "nullable": true
    },
    "defaultConnectionTeradataId": {
      "description": "Default Teradata connection identifier.",
      "type": "integer",
      "example": 236,
      "nullable": true
    },
    "defaultFileStorageId": {
      "description": "Default file storage identifier.",
      "type": "integer",
      "example": null,
      "nullable": true
    },
    "zendeskUrl": {
      "description": "Zendesk URL for this maintainer.",
      "type": "string",
      "example": "https://keboola.zendesk.com",
      "nullable": true
    },
    "organizations": {
      "description": "List of organizations belonging to this maintainer.",
      "type": "array",
      "items": {
        "properties": {
          "id": {
            "description": "Organization identifier.",
            "type": "integer",
            "example": 12
          },
          "name": {
            "description": "Organization name.",
            "type": "string",
            "example": "My Awesome Organization"
          }
        },
        "type": "object"
      }
    }
  },
  "type": "object",
  "example": {
    "id": 123,
    "name": "Keboola CZ",
    "created": "2014-11-11T08:40:51.620Z",
    "defaultConnectionMysqlId": 234,
    "defaultConnectionSnowflakeId": 242,
    "defaultConnectionSynapseId": 235,
    "defaultConnectionExasolId": 236,
    "defaultConnectionTeradataId": 236,
    "defaultConnectionBigqueryId": 236,
    "defaultFileStorageId": null,
    "zendeskUrl": "https://keboola.zendesk.com",
    "organizations": [
      {
        "id": 12,
        "name": "My Awesome Organization"
      }
    ]
  }
}

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-maintainerresponse"
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.