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

Add external validation to library #3

Open
ion-oset opened this issue Aug 8, 2022 · 0 comments
Open

Add external validation to library #3

ion-oset opened this issue Aug 8, 2022 · 0 comments

Comments

@ion-oset
Copy link
Owner

ion-oset commented Aug 8, 2022

Pydantic models are automatically validated on creation and on assignment, but that validation only handles one error at a time. It can be important to see and fix all errors at once. An external library like jsonschema makes this possible, but adding it separately is an unnecessary extra step that can be avoided if that capability is folded into the datamodels library.

@ion-oset ion-oset changed the title Add externalivalidation to library Add external validation to library Aug 8, 2022
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