oapi-codegen
oapi-codegen copied to clipboard
Fix/strict server additional properties
Add code to convert objects containing additionalProperties in strict server to the original type before encoding to correctly JSON-encode them.
This PR is fix for #1250 And this PR requires #1203, otherwise some test codes are broken by reference error.