Airbyte · Schema

ConnectorType

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-connectortype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectorType",
  "title": "ConnectorType",
  "type": "string",
  "enum": [
    "source",
    "destination"
  ],
  "x-speakeasy-component": true
}