Airbyte · JSON Structure

Airbyte Stream Mapper Type Structure

StreamMapperType schema from Airbyte API

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

StreamMapperType 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-stream-mapper-type-structure.json",
  "name": "StreamMapperType",
  "description": "StreamMapperType schema from Airbyte API",
  "type": "string",
  "enum": [
    "hashing",
    "field-renaming",
    "row-filtering",
    "encryption",
    "field-filtering"
  ]
}