Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema spread among several files #31

Open
NathanHazout opened this issue Feb 25, 2020 · 1 comment
Open

Schema spread among several files #31

NathanHazout opened this issue Feb 25, 2020 · 1 comment

Comments

@NathanHazout
Copy link

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?

@erikbern
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants