-
Notifications
You must be signed in to change notification settings - Fork 6
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
164 prevent non standard keys in json #317
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #317 +/- ##
==========================================
- Coverage 97.00% 96.73% -0.27%
==========================================
Files 34 34
Lines 2667 2727 +60
==========================================
+ Hits 2587 2638 +51
- Misses 80 89 +9
☔ View full report in Codecov by Sentry. |
@@ -5,6 +5,7 @@ | |||
"type": "MECHANISM", | |||
"reactions": [ | |||
{ | |||
"__my comment": {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, what is this information for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to prove that these are allowed while other nonstandard keys are not
Closes #164