Keboola · Schema
InputMappingLoadRequest
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name | Type | Description |
|---|---|---|
| input | array | |
| preserve | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "InputMappingLoadRequest",
"required": [
"input"
],
"properties": {
"input": {
"type": "array",
"items": {
"description": "An input-mapping table item. `source` and `destination` are required. When `where_column` is set, `where_values` must be non-empty (and vice versa). `load_type` explicitly selects the load type (COPY/CLONE/VIEW); omit it or use AUTO to let the server pick. The legacy boolean `use_view` is still accepted as an alias for `load_type: VIEW` (cannot be combined with a conflicting `load_type`).",
"required": [
"source",
"destination"
],
"properties": {
"source": {
"type": "string"
},
"source_branch_id": {
"type": "integer"
},
"destination": {
"type": "string"
},
"days": {
"type": "integer",
"nullable": true
},
"changed_since": {
"type": "string",
"nullable": true
},
"columns": {
"type": "array",
"items": {
"type": "string"
}
},
"column_types": {
"type": "array",
"items": {
"required": [
"source"
],
"properties": {
"source": {
"type": "string"
},
"type": {
"type": "string"
},
"destination": {
"type": "string"
},
"length": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"nullable": {
"type": "boolean"
},
"convert_empty_values_to_null": {
"type": "boolean"
},
"compression": {
"type": "string"
}
},
"type": "object"
}
},
"where_column": {
"type": "string"
},
"where_values": {
"type": "array",
"items": {
"type": "string"
}
},
"where_operator": {
"type": "string",
"enum": [
"eq",
"ne"
]
},
"limit": {
"type": "integer"
},
"overwrite": {
"type": "boolean"
},
"load_type": {
"type": "string",
"enum": [
"COPY",
"CLONE",
"VIEW",
"AUTO"
]
},
"use_view": {
"description": "Legacy alias for `load_type: VIEW`. Kept for backward compatibility.",
"type": "boolean"
},
"keep_internal_timestamp_column": {
"type": "boolean"
},
"incremental": {
"type": "boolean"
},
"file_type": {
"type": "string"
}
},
"type": "object"
}
},
"preserve": {
"type": "boolean",
"default": false
}
},
"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-inputmappingloadrequest"
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.