{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportExecutionRequest", "type": "object", "properties": { "parameters": { "type": "object", "description": "Report parameters as defined by the template" }, "format": { "type": "string" }, "async": { "type": "boolean", "description": "Whether to execute asynchronously" } } }