Airbyte · Schema

DestinationConfiguration

The values required to configure the destination. The schema for this must match the schema return by destination_definition_specifications/get for the destinationDefinition.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-destination-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-destination-configuration-schema.json",
  "title": "DestinationConfiguration",
  "description": "The values required to configure the destination. The schema for this must match the schema return by destination_definition_specifications/get for the destinationDefinition.",
  "type": "object"
}