Closed
Description
Hi,
I'm not having any issues with SchemaNode and validation, but I would like a way to print my SchemaNode with $ref resolved. An example of this is on http://www.jsonschema.net/ where they can pretty print the Json Schema in JSON format.
Is there any way to do this with json-schema-validator's SchemaNode or SchemaTree?
Thanks!