Airbyte · Schema

UserId

Internal Airbyte user ID

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-user-id-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-user-id-schema.json",
  "title": "UserId",
  "description": "Internal Airbyte user ID",
  "type": "string",
  "format": "uuid"
}