Keboola · Schema
DeletedProjectResponse
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Project identifier. |
| name | string | Project name. |
| type | string | Project type. |
| region | string | Project region. |
| created | string | Project creation time. |
| expires | string | Project expiration time. |
| features | array | Enabled features. |
| dataSizeBytes | integer | Total data size. |
| rowsCount | integer | Total rows count. |
| hasMysql | boolean | |
| hasSynapse | boolean | |
| hasSnowflake | boolean | |
| hasExasol | boolean | |
| hasTeradata | boolean | |
| hasBigquery | boolean | |
| defaultBackend | string | |
| hasTryModeOn | string | |
| limits | object | |
| metrics | object | |
| isDisabled | boolean | |
| billedMonthlyPrice | integer | |
| dataRetentionTimeInDays | integer | |
| isBYODB | boolean | |
| assignedBackends | array | |
| fileStorageProvider | string | |
| payAsYouGo | object | |
| disabled | object | |
| isPurged | boolean | |
| isDeleted | boolean | |
| deletedTime | string | |
| purgedTime | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DeletedProjectResponse",
"required": [
"id",
"name",
"type",
"region",
"features",
"dataSizeBytes",
"rowsCount",
"hasMysql",
"hasSynapse",
"hasSnowflake",
"hasExasol",
"hasTeradata",
"hasBigquery",
"defaultBackend",
"hasTryModeOn",
"limits",
"metrics",
"isDisabled",
"dataRetentionTimeInDays",
"isBYODB",
"assignedBackends",
"isPurged",
"isDeleted",
"deletedTime"
],
"properties": {
"id": {
"description": "Project identifier.",
"type": "integer"
},
"name": {
"description": "Project name.",
"type": "string"
},
"type": {
"description": "Project type.",
"type": "string"
},
"region": {
"description": "Project region.",
"type": "string"
},
"created": {
"description": "Project creation time.",
"type": "string",
"format": "date-time",
"nullable": true
},
"expires": {
"description": "Project expiration time.",
"type": "string",
"format": "date-time",
"nullable": true
},
"features": {
"description": "Enabled features.",
"type": "array",
"items": {
"type": "string"
}
},
"dataSizeBytes": {
"description": "Total data size.",
"type": "integer"
},
"rowsCount": {
"description": "Total rows count.",
"type": "integer"
},
"hasMysql": {
"type": "boolean"
},
"hasSynapse": {
"type": "boolean"
},
"hasSnowflake": {
"type": "boolean"
},
"hasExasol": {
"type": "boolean"
},
"hasTeradata": {
"type": "boolean"
},
"hasBigquery": {
"type": "boolean"
},
"defaultBackend": {
"type": "string"
},
"hasTryModeOn": {
"type": "string"
},
"limits": {
"type": "object",
"additionalProperties": {
"type": "mixed"
}
},
"metrics": {
"type": "object",
"additionalProperties": {
"type": "mixed"
}
},
"isDisabled": {
"type": "boolean"
},
"billedMonthlyPrice": {
"type": "integer",
"nullable": true
},
"dataRetentionTimeInDays": {
"type": "integer"
},
"isBYODB": {
"type": "boolean"
},
"assignedBackends": {
"type": "array",
"items": {
"type": "string"
}
},
"fileStorageProvider": {
"type": "string",
"nullable": true
},
"payAsYouGo": {
"properties": {
"purchasedCredits": {
"type": "number",
"format": "float"
}
},
"type": "object",
"nullable": true
},
"disabled": {
"properties": {
"reason": {
"type": "string"
},
"estimatedEndTime": {
"type": "string",
"format": "date-time",
"nullable": true
}
},
"type": "object",
"nullable": true
},
"isPurged": {
"type": "boolean"
},
"isDeleted": {
"type": "boolean"
},
"deletedTime": {
"type": "string",
"format": "date-time"
},
"purgedTime": {
"type": "string",
"format": "date-time",
"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-deletedprojectresponse"
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.