Airbyte · JSON Structure

Airbyte Selected Field Info Structure

Path to a field/column/property in a stream to be selected. For example, if the field to be selected is a database column called "foo", this will be ["foo"]. Use multiple path elements for nested schemas.

Type: object Properties: 1
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

SelectedFieldInfo is a JSON Structure definition published by Airbyte, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fieldPath

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-selected-field-info-structure.json",
  "name": "SelectedFieldInfo",
  "description": "Path to a field/column/property in a stream to be selected. For example, if the field to be selected is a database column called \"foo\", this will be [\"foo\"]. Use multiple path elements for nested schemas.",
  "type": "object",
  "properties": {
    "fieldPath": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}