| title | Report |
|---|---|
| description | Report Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| name | string |
✅ | Report unique name |
| label | string |
✅ | Report label |
| description | string |
optional | |
| objectName | string |
✅ | Primary object |
| type | Enum<'tabular' | 'summary' | 'matrix' | 'joined'> |
optional | Report format type |
| columns | object[] |
✅ | Columns to display |
| groupingsDown | object[] |
optional | Row groupings |
| groupingsAcross | object[] |
optional | Column groupings (Matrix only) |
| filter | any |
optional | Filter criteria |
| chart | object |
optional | Embedded chart configuration |