Airbyte · Schema

PermissionScope

Scope of a single permission, e.g. workspace, organization

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-permission-scope-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-scope-schema.json",
  "title": "PermissionScope",
  "description": "Scope of a single permission, e.g. workspace, organization",
  "type": "string",
  "enum": [
    "workspace",
    "organization",
    "none"
  ]
}