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, API requests are assumed to be valid when returned from the API. Since the JsonShapeValidatorMiddleware is already used to validate webhook update shapes, this should be used as a default middleware within the JsonMapper instance used to parse API request responses.
There is current code available for that, yet when enabled this triggers a fair amount of validation errors in existing tests which need to be addressed.
Currently, API requests are assumed to be valid when returned from the API. Since the JsonShapeValidatorMiddleware is already used to validate webhook update shapes, this should be used as a default middleware within the JsonMapper instance used to parse API request responses.
Related to #3.
The text was updated successfully, but these errors were encountered: