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

different instanceLocations during traverse phase #67

Open karenetheridge opened 2 years ago

karenetheridge commented 2 years ago

Essentially the opposite of https://github.com/karenetheridge/JSON-Schema-Modern/issues/48 -- while traversing a schema, even though we don't have an actual instance to apply against, we can still keep track of a virtual instanceLocation as we move through the different keywords. This would even let us create a map of what corresponding data might look like.