Observe and fix HTTP response schemas #21357
Labels
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:requirements
Full requirements are not yet known, so implementation should not be started
type:refactor
Refactoring or improving of existing code
Describe the proposed change(s).
The message
Response does not match schema
will be logged at the INFO level once per run.We aim for eliminating them all before enforcing responses to strictly match provided schemas (throwing
ZodError
otherwise).The text was updated successfully, but these errors were encountered: