Airbyte · Schema

NamespaceDefinitionEnumNoDefault

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

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-namespacedefinitionenumnodefault-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NamespaceDefinitionEnumNoDefault",
  "title": "NamespaceDefinitionEnumNoDefault",
  "type": "string",
  "description": "Define the location where the data will be stored in the destination",
  "enum": [
    "source",
    "destination",
    "custom_format"
  ],
  "x-speakeasy-component": true
}