jsonschema2db icon indicating copy to clipboard operation
jsonschema2db copied to clipboard

Schema spread among several files

Open NathanHazout opened this issue 5 years ago • 1 comments

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?

NathanHazout avatar Feb 25 '20 11:02 NathanHazout

there's no way to do it right now, but pull requests are welcome!

erikbern avatar Feb 25 '20 13:02 erikbern