-
Notifications
You must be signed in to change notification settings - Fork 56
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
CloudEvent equality is incorrect on none attributes #199
Comments
Can you please point to a specific place where this is stated in the spec? I have a pretty hard time finding this in the spec. |
It is specified only in the JSON format type system mapping I even think we MUST NOT allow |
So looks like Also, we're talking about JSON representation of the event, not about language-specific representation. IMO, it means that |
Or actually:
So we must be treating JSON representation with |
CloudEvent equality is incorrect on none attributes
expected
True
actual
False
the spec says that null value attributes are the same as non-existing attributes
The text was updated successfully, but these errors were encountered: