Keboola · Schema
ProjectUpdateRequest
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Project name. |
| defaultBackend | string | Default storage backend. |
| hasTryModeOn | boolean | Enable try mode. |
| type | string | Project type. |
| expirationDays | integer | Project expiration in days. |
| billedMonthlyPrice | integer | Billed monthly price. |
| dataRetentionTimeInDays | integer | Data retention time in days. Applicable for Snowflake projects only. |
| timezone | string | Project time zone (e.g., “America/New_York”, “Europe/London”). Only supported with the BigQuery backend. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ProjectUpdateRequest",
"properties": {
"name": {
"description": "Project name.",
"type": "string",
"nullable": true
},
"defaultBackend": {
"description": "Default storage backend.",
"type": "string",
"nullable": true
},
"hasTryModeOn": {
"description": "Enable try mode.",
"type": "boolean",
"nullable": true
},
"type": {
"description": "Project type.",
"type": "string",
"nullable": true
},
"expirationDays": {
"description": "Project expiration in days.",
"type": "integer",
"nullable": true
},
"billedMonthlyPrice": {
"description": "Billed monthly price.",
"type": "integer",
"nullable": true
},
"dataRetentionTimeInDays": {
"description": "Data retention time in days. Applicable for Snowflake projects only.",
"type": "integer",
"nullable": true
},
"timezone": {
"description": "Project time zone (e.g., \u201cAmerica/New_York\u201d, \u201cEurope/London\u201d). Only supported with the BigQuery backend.",
"type": "string",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-projectupdaterequest"
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.