Airbyte · Schema

StreamConfigurations

A list of configured stream options for a connection.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
streams array
View JSON Schema on GitHub

JSON Schema

airbyte-streamconfigurations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamConfigurations",
  "title": "StreamConfigurations",
  "description": "A list of configured stream options for a connection.",
  "type": "object",
  "properties": {
    "streams": {
      "type": "array",
      "format": "set",
      "items": {
        "$ref": "#/components/schemas/StreamConfiguration"
      }
    }
  },
  "x-speakeasy-component": true
}