Keboola · Schema

TableDetailResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
uri string Table detail URI
id string Table identifier
name string Table name
displayName string Display name of the table
transactional boolean Transactional flag
primaryKey array
indexType string
indexKey array
distributionType string
distributionKey array
syntheticPrimaryKeyEnabled boolean
created string
lastImportDate string
lastChangeDate string
rowsCount integer
dataSizeBytes integer
isAlias boolean
isAliasable boolean
isTyped boolean
tableType string
path string
columns array
columnMetadata object
attributes array
metadata array
bucket object
sourceTable object
aliasColumnsAutoSync boolean
aliasFilter object
selectSql string
definition object
View JSON Schema on GitHub

JSON Schema

keboola-tabledetailresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TableDetailResponse",
  "required": [
    "uri",
    "id",
    "name",
    "displayName",
    "transactional",
    "primaryKey",
    "indexKey",
    "distributionKey",
    "syntheticPrimaryKeyEnabled",
    "isAlias",
    "isAliasable",
    "isTyped",
    "tableType",
    "path",
    "columns",
    "columnMetadata",
    "attributes",
    "metadata",
    "bucket"
  ],
  "properties": {
    "uri": {
      "description": "Table detail URI",
      "type": "string"
    },
    "id": {
      "description": "Table identifier",
      "type": "string"
    },
    "name": {
      "description": "Table name",
      "type": "string"
    },
    "displayName": {
      "description": "Display name of the table",
      "type": "string"
    },
    "transactional": {
      "description": "Transactional flag",
      "type": "boolean"
    },
    "primaryKey": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "indexType": {
      "type": "string",
      "nullable": true
    },
    "indexKey": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "distributionType": {
      "type": "string",
      "nullable": true
    },
    "distributionKey": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "syntheticPrimaryKeyEnabled": {
      "type": "boolean"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "lastImportDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "lastChangeDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "rowsCount": {
      "type": "integer",
      "nullable": true
    },
    "dataSizeBytes": {
      "type": "integer",
      "nullable": true
    },
    "isAlias": {
      "type": "boolean"
    },
    "isAliasable": {
      "type": "boolean"
    },
    "isTyped": {
      "type": "boolean"
    },
    "tableType": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "columns": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "columnMetadata": {
      "type": "object"
    },
    "attributes": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "metadata": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "bucket": {
      "type": "object"
    },
    "sourceTable": {
      "type": "object",
      "nullable": true
    },
    "aliasColumnsAutoSync": {
      "type": "boolean",
      "nullable": true
    },
    "aliasFilter": {
      "type": "object",
      "nullable": true
    },
    "selectSql": {
      "type": "string",
      "nullable": true
    },
    "definition": {
      "type": "object",
      "nullable": true
    }
  },
  "type": "object"
}

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