Airbyte · Schema
StreamConfiguration
Configurations for a single stream.
Data IntegrationETLELTOpen-SourceData PipelineConnectorsData
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| namespace | string | Namespace of the stream. |
| syncMode | object | |
| cursorField | array | Path to the field that will be used to determine if a record is new or modified since the last sync. This field is REQUIRED if `sync_mode` is `incremental` unless there is a default. |
| primaryKey | array | Paths to the fields that will be used as primary key. This field is REQUIRED if `destination_sync_mode` is `*_dedup` unless it is already supplied by the source schema. |
| includeFiles | boolean | Whether to move raw files from the source to the destination during the sync. |
| destinationObjectName | string | The name of the destination object that this stream will be written to, used for data activation destinations. |
| selectedFields | object | By default (if not provided in the request) all fields will be synced. Otherwise, only the fields in this list will be synced. |
| mappers | array | Mappers that should be applied to the stream before writing to the destination. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StreamConfiguration",
"title": "StreamConfiguration",
"description": "Configurations for a single stream.",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"namespace": {
"type": "string",
"description": "Namespace of the stream."
},
"syncMode": {
"$ref": "#/components/schemas/ConnectionSyncModeEnum"
},
"cursorField": {
"description": "Path to the field that will be used to determine if a record is new or modified since the last sync. This field is REQUIRED if `sync_mode` is `incremental` unless there is a default.",
"type": "array",
"items": {
"type": "string"
}
},
"primaryKey": {
"description": "Paths to the fields that will be used as primary key. This field is REQUIRED if `destination_sync_mode` is `*_dedup` unless it is already supplied by the source schema.",
"type": "array",
"items": {
"type": "array",
"items": {
"type": "string"
}
}
},
"includeFiles": {
"description": "Whether to move raw files from the source to the destination during the sync.",
"type": "boolean"
},
"destinationObjectName": {
"description": "The name of the destination object that this stream will be written to, used for data activation destinations.",
"type": "string"
},
"selectedFields": {
"description": "By default (if not provided in the request) all fields will be synced. Otherwise, only the fields in this list will be synced.",
"$ref": "#/components/schemas/SelectedFields"
},
"mappers": {
"description": "Mappers that should be applied to the stream before writing to the destination.",
"type": "array",
"items": {
"$ref": "#/components/schemas/ConfiguredStreamMapper"
}
}
},
"x-speakeasy-component": true
}
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/airbyte-streamconfiguration"
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.