andrewbober / xsd2jsonschema

A pure JavaScript library for translating complex XML Schemas into JSON Schemas.
https://www.xsd2jsonschema.org
Apache License 2.0
48 stars 25 forks source link

Update jsonSchemaRef.js #40

Open node-monk opened 3 years ago

node-monk commented 3 years ago

Causes error when trying to call function .toString on "undefined". This was interrupting conversions on my end. Changing this line fixed the issue -- however I am not sure if setting $ref to "" is the correct solution or will cause other issues.