Validate Report Data
POST/validate
Validates whether the provided JSON data conforms to the report template's schema. Returns a success response if valid, or detailed validation errors if invalid.
Request
Responses
- 204
- 400
A valid response if the passed payload satisfies the validation JSON Schema required to render a report.
The passed payload does not satisfy the validation JSON Schema required to render a report.