Atlassian · Schema

RoleAssignment

Represents a role assignment for a user.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
role string The role identifier.
resource object The resource the role is assigned to.
View JSON Schema on GitHub

JSON Schema

atlassian-admin-role-assignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RoleAssignment",
  "type": "object",
  "description": "Represents a role assignment for a user.",
  "properties": {
    "role": {
      "type": "string",
      "description": "The role identifier."
    },
    "resource": {
      "type": "object",
      "description": "The resource the role is assigned to."
    }
  }
}