wolverdude / GenSON

GenSON is a powerful, user-friendly JSON Schema generator built in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supporting multiplicities

SprickW opened this issue · comments

As far as I can see, multiplicities are not detected and therefore will not be defined in the generated JSON schema. Is that true?

My idea was to generate database tables from JSON schema and import data with https://github.com/better/jsonschema2db (which would need some refinement).