Scope of a single permission, e.g. workspace, organization
{ "$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" ] }