Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additionalProperties support #58

Open
line-o opened this issue Sep 15, 2022 · 0 comments
Open

add additionalProperties support #58

line-o opened this issue Sep 15, 2022 · 0 comments
Labels
enhancement New feature or request OAS-spec This has to do with the OAS specification compliance

Comments

@line-o
Copy link
Member

line-o commented Sep 15, 2022

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 line-o added enhancement New feature or request OAS-spec This has to do with the OAS specification compliance labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OAS-spec This has to do with the OAS specification compliance
Projects
None yet
Development

No branches or pull requests

1 participant