Skip to main content

ValidationReport

Result of a spec validation check

validboolean

Whether the spec is valid and ready to use

Example: true
fieldCountinteger

Number of fields in the spec

Example: 12
ruleCountinteger

Total number of validation + correction rules

Example: 8
warningsstring[]

Non-fatal issues found in the spec definition

Example: []
errorsstring[]

Fatal issues that would prevent the spec from being used

Example: []
ValidationReport
{
"valid": true,
"fieldCount": 12,
"ruleCount": 8,
"warnings": [],
"errors": []
}