{ "$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." } } }