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