eeditiones / roaster

Open API Router for eXist
GNU General Public License v3.0
23 stars 7 forks source link

add `additionalProperties` support #58

Open line-o opened 2 years ago

line-o commented 2 years ago

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