Airbyte · JSON Structure

Airbyte Namespace Definition Enum No Default Structure

Define the location where the data will be stored in the destination

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

NamespaceDefinitionEnumNoDefault 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-namespace-definition-enum-no-default-structure.json",
  "name": "NamespaceDefinitionEnumNoDefault",
  "description": "Define the location where the data will be stored in the destination",
  "type": "string",
  "enum": [
    "source",
    "destination",
    "custom_format"
  ]
}