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
Null read permissions is failing colander validation. This is easy to fix if we allow {"permissions": {"read": null} on PermissionsSchema, but that poses another problem: should we allow permissions to be null on "regular" JSON? Which would be the behavior? Do nothing? Or should we add some custom validation to raise an exception?
Let's get rid of the
read
permissions.Note that JSON Patch does work by applying changes uniformly to
data
andpermissions
.The text was updated successfully, but these errors were encountered: