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
With PR #385 we introduced exceptions for certain event versions that need special treatment in validation. That list of versions and their faulty behaviors should instead be broken out to its own machine readable file that could be used by not just test_jsonschema.py but also SDKs and other tools.
Motivation
One place to handle exceptions and bugs in old event schemas
Exemplification
test_jsonschema.py
Benefits
obvious
Possible Drawbacks
None
The text was updated successfully, but these errors were encountered:
Description
With PR #385 we introduced exceptions for certain event versions that need special treatment in validation. That list of versions and their faulty behaviors should instead be broken out to its own machine readable file that could be used by not just test_jsonschema.py but also SDKs and other tools.
Motivation
One place to handle exceptions and bugs in old event schemas
Exemplification
test_jsonschema.py
Benefits
obvious
Possible Drawbacks
None
The text was updated successfully, but these errors were encountered: