Atlassian · Schema

Group

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
name string
id string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-group-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Group",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    }
  }
}