Airbyte · Schema

SourceConfiguration

The values required to configure the source. The schema for this must match the schema return by source_definition_specifications/get for the source.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-source-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-source-configuration-schema.json",
  "title": "SourceConfiguration",
  "description": "The values required to configure the source. The schema for this must match the schema return by source_definition_specifications/get for the source.",
  "type": "object"
}