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
Hello,
for our use case we wanted to have the complete report of as JSON-Output. However currently the JSON-Output only provides a summary, but not the complete report, as stated in the help text: "JSON validation report (summary only for now) output file"
Are there any plans to add the complete report as JSON-Output instead of only a summary?
I would also be interested to contribute to this feature.
The text was updated successfully, but these errors were encountered:
Some more implementation details. The JSON output is generated by the JsonReportFormatter class. See the convert method, where the method should convert each ReportIssue from the ReviewReport.
Please be aware that the JSON export do have "append" mode, so the JSON data report binding class is split in JsonValidationRun, each containing what should be exported for one validation run (currently only contains categories and a count summary).
In summary, adding full reporting capabilities to the JSON output should be rather straightforward, one just have to complete the JSON model, and loop on each issues to convert them to the JSON java model.
Hello,
for our use case we wanted to have the complete report of as JSON-Output. However currently the JSON-Output only provides a summary, but not the complete report, as stated in the help text: "JSON validation report (summary only for now) output file"
Are there any plans to add the complete report as JSON-Output instead of only a summary?
I would also be interested to contribute to this feature.
The text was updated successfully, but these errors were encountered: