Airbyte · JSON Structure

Airbyte Row Filtering Operation Structure

RowFilteringOperation schema from Airbyte API

Type: object Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

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-row-filtering-operation-structure.json",
  "name": "RowFilteringOperation",
  "description": "RowFilteringOperation schema from Airbyte API",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/RowFilteringOperationEqual"
    },
    {
      "$ref": "#/components/schemas/RowFilteringOperationNot"
    }
  ]
}