Wrike · Schema

AccessRole

Work ManagementProject ManagementCollaborationProductivityWorkflow AutomationTask Management

Properties

Name Type Description
id string
title string
isDefault boolean
sharedItemPermissions array
View JSON Schema on GitHub

JSON Schema

wrike-accessrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessRole",
  "title": "AccessRole",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "isDefault": {
      "type": "boolean"
    },
    "sharedItemPermissions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}