Airbyte · JSON Structure

Airbyte Permission Type Structure

Describes what actions/endpoints the permission entitles to

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

PermissionType is a JSON Structure definition published by Airbyte. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-permission-type-structure.json",
  "name": "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"
  ]
}