jsonschema2db
jsonschema2db copied to clipboard
Schema spread among several files
Each entity is defined in a separate json schema file. Each schema has an $id
and I use this id in other files using $ref
.
This works fine for example when validating with jsonschema
in npm.
How would I load multiple files with jsonschema2db?
there's no way to do it right now, but pull requests are welcome!