Hello folks,Do we have anything to validate CPAN Testers Reports in JSON
format?I'm considering using JSON::Validator module on CPAN for that, but I
wasn't able to find a JSON Schema definition for it.Besides that, the report
itself seems to be using "integer" as the type of fields that are clearly
"boolean" types. Of course Perl doesn't have a direct corresponding value for
JSON boolean valid values. If I try to generate a JSON schema for validation,
surely those fields would fail.Please let me know if we have anything that I
could use for that.Thanks,Alceu