{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-summary-field-structure.json", "name": "SummaryField", "description": "A summary or aggregate field in the report", "type": "object", "properties": { "name": { "type": "string", "description": "Summary field name", "example": "Sum of Order Amount" }, "operation": { "type": "string", "description": "Aggregation operation", "example": "Sum" }, "field": { "type": "string", "description": "Source field being summarized", "example": "Order Amount" } } }