Validate the persisted report content schema
post/reports/{reportId}/content/validation
Validates the report content against a schema. The schema specified in the report content is used for validation.
1{2 "level": "schemaInvalid",3 "schema": "bird-4.1.2.xsd",4 "messages": [5 {6 "type": "schemaError",7 "message": "Line 89: Value 'binder' is not facet-valid with respect to enumeration '[column, page]'. It must be a value from the enumeration."8 },9 {10 "type": "schemaError",11 "message": "Line 89: The value 'binder' of attribute 'type' on element 'Axis' is not valid with respect to its type, 'relationalAxisTypeEnum'."12 }13 ],14 "version": 115}