-
-
Notifications
You must be signed in to change notification settings - Fork 10
add additionalProperties support #58
Copy link
Copy link
Open
Labels
OAS-specThis has to do with the OAS specification complianceThis has to do with the OAS specification complianceenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OAS-specThis has to do with the OAS specification complianceThis has to do with the OAS specification complianceenhancementNew feature or requestNew feature or request