karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema
https://metacpan.org/release/JSON-Schema-Modern/
Other
10 stars 1 forks source link

audit log #47

Open karenetheridge opened 3 years ago

karenetheridge commented 3 years ago

at each step in evaluation, push a hashref of { instanceLocation, keywordLocation, absoluteKeywordLocation } to an arrayref (perhaps one for "starting evaluating at this location" and another for "got result <true/false> from this location), gated by a config option. This will be helpful for debugging, and can also form the basis for a 'verbose' output format in the future.