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

data-oriented output format #53

Open karenetheridge opened 2 years ago

karenetheridge commented 2 years ago

use a flat hash, keyed by instanceLocation, as in https://github.com/json-schema-org/json-schema-spec/issues/973#issuecomment-869045127

Or perhaps something with a natural sort order, so we can sort the instanceLocations intuitively (longer paths before shorter paths, and alphabetically among sibling nodes).