Validate report content schema
post/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}
The report content to be converted.
The representation of a report content in JSON format. Check Get Versions
and GET /versions/@defaultVersion
for the set of valid media types and versions as defined by Business Intelligence Report Definition
. If not provided, for request the version equivalent to the report content schema is used and for response latest version is used.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Report content validation result. | Schema |