You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's different to locate the error in current Report format as follows for large JSON file. Is it possible to add line number into Report to denote which line is the pointer(schema or instance)?
com.github.fge.jsonschema.report.ListProcessingReport: failure---
BEGIN MESSAGES
---error: instance type does not match any allowed primitive type
level: "error"
schema: {"loadingURI":"#","pointer":"/properties/version"}
instance: {"pointer":"/version"}
domain: "validation"
keyword: "type"
expected: ["integer"]
found: "number"
--- END MESSAGES ---