{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationExportRequest", "title": "OrganizationExportRequest", "type": "object", "description": "An *organization_export* request starts a job to export the complete data of the given Organization.", "properties": { "organization": { "description": "Globally unique identifier for the workspace or organization.", "type": "string", "example": "1331" } } }