I am looking for a way to extract part of a json doc using a json schema. So given a large and complicated json doc, sub parts of the data can be extracted using json schema.
This is different to validation.
The concept would be to take part of the response data from an api. make it easy to change what is extracted by simply changing the schema and not the code or extract different parts based on certain scenarios.