Keboola · Schema

Version

Version of the entity.

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
at string Date and time of the modification.
by object
description string Description of the change.
hash string Hash of the entity state.
number integer Version number counted from 1.
View JSON Schema on GitHub

JSON Schema

keboola-version.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Version",
  "type": "object",
  "properties": {
    "at": {
      "type": "string",
      "description": "Date and time of the modification.",
      "example": "2022-04-28T14:20:04.000Z",
      "format": "date-time"
    },
    "by": {
      "$ref": "#/definitions/By"
    },
    "description": {
      "type": "string",
      "description": "Description of the change.",
      "example": "The reason for the last change was..."
    },
    "hash": {
      "type": "string",
      "description": "Hash of the entity state.",
      "example": "f43e93acd97eceb3"
    },
    "number": {
      "type": "integer",
      "description": "Version number counted from 1.",
      "example": 3,
      "format": "int64",
      "minimum": 1
    }
  },
  "description": "Version of the entity.",
  "example": {
    "number": 3,
    "hash": "f43e93acd97eceb3",
    "description": "The reason for the last change was...",
    "at": "2022-04-28T14:20:04.000Z",
    "by": {
      "type": "user",
      "tokenId": "896455",
      "tokenDesc": "john.green@company.com",
      "userId": "578621",
      "userName": "John Green"
    }
  },
  "required": [
    "number",
    "hash",
    "at",
    "by",
    "description"
  ]
}

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-version"
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 email required.

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