Airbyte · JSON Structure

Airbyte Stream Configuration Structure

Configurations for a single stream.

Type: object Properties: 9 Required: 1
Data IntegrationETLELTOpen-SourceData PipelineConnectorsData

StreamConfiguration is a JSON Structure definition published by Airbyte, describing 9 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name namespace syncMode cursorField primaryKey includeFiles destinationObjectName selectedFields mappers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-stream-configuration-structure.json",
  "name": "StreamConfiguration",
  "description": "Configurations for a single stream.",
  "type": "object",
  "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"
      }
    }
  },
  "required": [
    "name"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/airbyte-stream-configuration-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.