ValidationReport
Result of a spec validation check
validboolean
Whether the spec is valid and ready to use
Example:
truefieldCountinteger
Number of fields in the spec
Example:
12ruleCountinteger
Total number of validation + correction rules
Example:
8warningsstring[]
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": []
}