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
Currently, the payload validators expect member names to be underscored only.
When presented with a payload using either hyphens or spaces (although that's not recommended) which are allowed in the spec, the payload validator will fail.
The text was updated successfully, but these errors were encountered:
I've added another try on solving this issue in #24. Please have a look and tell me what you think, @richmolj! Would be great to merge this one since I really need this and don't want to fork.
Currently, the payload validators expect member names to be underscored only.
When presented with a payload using either hyphens or spaces (although that's not recommended) which are allowed in the spec, the payload validator will fail.
The text was updated successfully, but these errors were encountered: