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-sourceconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SourceConfiguration",
  "title": "SourceConfiguration",
  "type": "object",
  "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.",
  "example": {
    "user": "charles"
  },
  "x-speakeasy-component": true
}