Airbyte · Schema

SelectedFields

Paths to the fields that will be included in the configured catalog.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-selected-fields-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-selected-fields-schema.json",
  "title": "SelectedFields",
  "description": "Paths to the fields that will be included in the configured catalog.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SelectedFieldInfo"
  },
  "format": "set"
}