Atlassian · JSON Structure

Atlassian Bitbucket Workspaces Project_Group_Permission Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

project_group_permission is a JSON Structure definition published by Atlassian, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type links permission

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "project_group_permission",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "links": {
      "type": "object"
    },
    "permission": {
      "type": "string"
    }
  }
}