oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

Fix/strict server additional properties

Open ShouheiNishi opened this issue 2 years ago • 0 comments

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.

ShouheiNishi avatar Sep 11 '23 07:09 ShouheiNishi