Atlassian · Schema

Organization

Represents an Atlassian organization.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The unique identifier of the organization.
type string The resource type.
attributes object The attributes of the organization.
View JSON Schema on GitHub

JSON Schema

atlassian-admin-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Organization",
  "type": "object",
  "description": "Represents an Atlassian organization.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the organization."
    },
    "type": {
      "type": "string",
      "description": "The resource type."
    },
    "attributes": {
      "type": "object",
      "description": "The attributes of the organization."
    }
  }
}