Airbyte · JSON Structure

Airbyte Stream Configurations Structure

A list of configured stream options for a connection.

Type: object Properties: 1
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

StreamConfigurations is a JSON Structure definition published by Airbyte, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

streams

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-configurations-structure.json",
  "name": "StreamConfigurations",
  "description": "A list of configured stream options for a connection.",
  "type": "object",
  "properties": {
    "streams": {
      "type": "array",
      "format": "set",
      "items": {
        "$ref": "#/components/schemas/StreamConfiguration"
      }
    }
  }
}