Atlassian · Schema

GroupName

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

atlassian-groupname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupName",
  "title": "GroupName",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}