Atlassian · Schema

team

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-team-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/team",
  "title": "team",
  "allOf": [
    {
      "$ref": "#/components/schemas/account"
    },
    {
      "type": "object",
      "title": "Team",
      "description": "A team object.",
      "properties": {
        "links": {
          "$ref": "#/components/schemas/team_links"
        }
      },
      "additionalProperties": true
    }
  ]
}