Merge · Schema

PermissionTypeEnum

* `USER` - USER * `GROUP` - GROUP * `COMPANY` - COMPANY * `ANYONE` - ANYONE

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-permissiontypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PermissionTypeEnum",
  "title": "PermissionTypeEnum",
  "type": "string",
  "enum": [
    "USER",
    "GROUP",
    "COMPANY",
    "ANYONE"
  ],
  "description": "* `USER` - USER\n* `GROUP` - GROUP\n* `COMPANY` - COMPANY\n* `ANYONE` - ANYONE"
}