Airbyte · JSON Structure

Airbyte Actor Type Enum Structure

Whether you're setting this override for a source or destination

Type: Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

ActorTypeEnum 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-actor-type-enum-structure.json",
  "name": "ActorTypeEnum",
  "description": "Whether you're setting this override for a source or destination",
  "enum": [
    "source",
    "destination"
  ]
}