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
refs #57
The OpenApi specification 3.0.3 defines
addtionalPropertiesto control the handling of any property received for a requestBody encoding that is not part ofproperties.Relevant spec
true- (default) will pass any additional property to the route handlerfalse- does not allow additional properties to be passed to the route handler