Skip to main content

Validate Report Data

POST 

/report/:report_id/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

A valid response if the passed payload satisfies the validation JSON Schema required to render a report.