databucket-server
databucket-server copied to clipboard
Rules - allow using only known fields
The API should return failed when I try to use unknown field in a rule. Eg. { "rules": [ ["name", "==", "John"] ] }
The 'name' is not a field, it should be use as property: $.name.