Airbyte · Schema

NamespaceDefinitionType

Method used for computing final namespace in destination

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-namespace-definition-type-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-namespace-definition-type-schema.json",
  "title": "NamespaceDefinitionType",
  "description": "Method used for computing final namespace in destination",
  "type": "string",
  "enum": [
    "source",
    "destination",
    "customformat"
  ]
}