roaster
roaster copied to clipboard
add `additionalProperties` support
refs #57
The OpenApi specification 3.0.3 defines addtionalProperties to control the handling of any property received for a requestBody encoding that is not part of properties.
true - (default) will pass any additional property to the route handler
false - does not allow additional properties to be passed to the route handler