Airbyte · Schema

PermissionType

Describes what actions/endpoints the permission entitles to

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-permission-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-permission-type-schema.json",
  "title": "PermissionType",
  "description": "Describes what actions/endpoints the permission entitles to",
  "type": "string",
  "enum": [
    "instance_admin",
    "organization_admin",
    "organization_editor",
    "organization_runner",
    "organization_reader",
    "organization_member",
    "workspace_owner",
    "workspace_admin",
    "workspace_runner",
    "workspace_editor",
    "workspace_reader"
  ]
}