Airbyte · Schema

UserId

Internal Airbyte user ID

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-userid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserId",
  "title": "UserId",
  "type": "string",
  "description": "Internal Airbyte user ID",
  "format": "uuid",
  "x-speakeasy-component": true
}