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

Handle jsonschema references #3

Closed
chriskapp opened this issue Aug 12, 2015 · 1 comment
Closed

Handle jsonschema references #3

chriskapp opened this issue Aug 12, 2015 · 1 comment

Comments

@chriskapp
Copy link
Member

If a schema name changes or it gets deleted we have maybe the case that other schemas still reference to the changed schema. This does not break the application since the complete schema is in the cache but then it is no longer possible to save the schema. So we should forbid renaming/deleting a schema if it is referenced by another schema.

@chriskapp
Copy link
Member Author

Since we now only logical delete a schema this should be no problem

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

1 participant