Atlassian · Schema

AddGroupBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string The name of the group.
View JSON Schema on GitHub

JSON Schema

atlassian-addgroupbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddGroupBean",
  "title": "AddGroupBean",
  "additionalProperties": true,
  "properties": {
    "name": {
      "description": "The name of the group.",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}