Open
Description
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator?
- Have you tested with the latest master to confirm the issue still exists?
- Have you searched for related issues/PRs?
- What's the actual output vs expected output?
make the json serialisation of responses more permissive - [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
wherever deserialisation is performed, option DisallowUnknownFields is set
Suggest a fix
Either add an option to be strict or not about the schema or be more permissive and remove the DisallowUnknownFields when parsing responses