Airbyte · Schema

FieldFilteringMapperConfiguration

FieldFilteringMapperConfiguration schema from Airbyte API

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
targetField string The name of the field to filter.
View JSON Schema on GitHub

JSON Schema

airbyte-field-filtering-mapper-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-field-filtering-mapper-configuration-schema.json",
  "title": "FieldFilteringMapperConfiguration",
  "description": "FieldFilteringMapperConfiguration schema from Airbyte API",
  "type": "object",
  "properties": {
    "targetField": {
      "type": "string",
      "title": "The Field to Filter",
      "description": "The name of the field to filter."
    }
  },
  "required": [
    "targetField"
  ]
}