Atlassian · Schema

PermissionScheme

Details of a permission scheme.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
description string A description for the permission scheme.
expand string The expand options available for the permission scheme.
id integer The ID of the permission scheme.
name string The name of the permission scheme. Must be unique.
permissions array The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information.
scope object The scope of the permission scheme.
self string The URL of the permission scheme.
View JSON Schema on GitHub

JSON Schema

atlassian-permissionscheme-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PermissionScheme",
  "title": "PermissionScheme",
  "additionalProperties": true,
  "description": "Details of a permission scheme.",
  "properties": {
    "description": {
      "description": "A description for the permission scheme.",
      "type": "string"
    },
    "expand": {
      "description": "The expand options available for the permission scheme.",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The ID of the permission scheme.",
      "format": "int64",
      "readOnly": true,
      "type": "integer"
    },
    "name": {
      "description": "The name of the permission scheme. Must be unique.",
      "type": "string"
    },
    "permissions": {
      "description": "The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information.",
      "items": {
        "$ref": "#/components/schemas/PermissionGrant"
      },
      "type": "array"
    },
    "scope": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scope"
        }
      ],
      "description": "The scope of the permission scheme."
    },
    "self": {
      "description": "The URL of the permission scheme.",
      "format": "uri",
      "readOnly": true,
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-permissionscheme"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.