roaster icon indicating copy to clipboard operation
roaster copied to clipboard

add `additionalProperties` support

Open line-o opened this issue 3 years ago • 0 comments

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.

Relevant spec

true - (default) will pass any additional property to the route handler false - does not allow additional properties to be passed to the route handler

line-o avatar Sep 15 '22 19:09 line-o