fnogatz / xsd2json

Translate XML Schema into equivalent JSON Schema
MIT License
149 stars 28 forks source link

Referenced xsd files to be on corresponding jsonschema files #90

Open vponraj opened 6 years ago

vponraj commented 6 years ago

Thanks for this great tool.

Given a root xsd, is it possible to create separate corresponding jsonschema files for each xsds referenced along the way?

I have a large tree of xsds and swipl bails out with following error: ERROR: -g main: Out of global stack

Any ideas welcome.