You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not against using JSONSchema for that but rather a bit reluctant.
How would it looks like in terms of code separation? Will we create JSON files with the JSONSchema for each kind? (bucket, collection, group, permission, record, history, webpush) and load the file from the Python code?
As you said the biggest impact would be the error messages that would be hard to configure.
Now that Cornice 2.0 supports any kind of validation, we could switch from colander to jsonschema, since it's already a dependency.
Pros:
Cons:
kinto.core
Related #790
The text was updated successfully, but these errors were encountered: