jsonschema
Since JSON to xsData is already possible heuristically, would jsonschema be something that would be in scope to directly parse?
The generator can already work with raw json documents, I guess we have to add the json schema spec
Personal Note: https://github.com/json-schema-org/JSON-Schema-Test-Suite
The only scary thing is that some draft version if I remember correctly broke backwards compatibility but we could start from the latest one.
This is definitely something I would also be interested in. Might potentially look into it if you're not already doing it @tefra ?
Go for it @tlambert03