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

Better support for application/x-www-form-urlencoded bodies. #11

Open
jwalton opened this issue May 16, 2018 · 0 comments
Open

Better support for application/x-www-form-urlencoded bodies. #11

jwalton opened this issue May 16, 2018 · 0 comments

Comments

@jwalton
Copy link
Contributor

jwalton commented May 16, 2018

Exegesis has support for x-www-form-urlencoded bodies, but if you give it a complicated schema, it will probably have a hard time finding your properties, or may get the types wrong.

You can avoid this by using a schema where all the properties are at the top level. But what really needs to happen here is, we need to replace this with something which recursively traverses all the allOf, oneOf, and anyOf keys to extract a schema for each property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant