Render · Schema

teamMemberRole

The member's workspace role. Values are always returned in uppercase.

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-teammemberrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teamMemberRole",
  "title": "teamMemberRole",
  "type": "string",
  "description": "The member's workspace role. Values are always returned in uppercase.",
  "enum": [
    "ADMIN",
    "DEVELOPER",
    "WORKSPACE_CONTRIBUTOR",
    "WORKSPACE_BILLING",
    "WORKSPACE_VIEWER"
  ],
  "example": "DEVELOPER"
}