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

default minOccurs not correctly handled #24

Open ghilainm opened 4 years ago

ghilainm commented 4 years ago

The default value for minOccurs is '1', this is not reflected when switching to JSON schema (no minItems = 1 generated).

Example:

andrewbober commented 4 years ago

Great find. I'll get your pull request merged.