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

Schema Editor: Add option to only define the actual parameters and do the JSON Schema under the hood. #84

Open
BlenderDefender opened this issue Apr 4, 2022 · 1 comment

Comments

@BlenderDefender
Copy link

Is your feature request related to a problem? Please describe.
When I first used the schema editor, I've tried validating my schema on swagger.io. It was only after a bit of trial and error that I found out, that I had to enter JSON-Schema parameters. I think that this behavior is counter-intuitive since the goal of the website is that we do not have to deal with the schema that is defined under the hood, but instead are able to do everything from a GUI.

Describe the solution you'd like
I'd suggest implementing a GUI for creating Schemas - the users enter a parameter, e.g. foo, they select the type, e.g. string, and then get all the options that JSON-Schema offers for strings. The actual schema is created under the hood, and developers can switch to the JSON-Schema view, when they want/need to.

@GCSBOSS
Copy link

GCSBOSS commented May 19, 2022

Hi. Thanks for the authors for the great work.
Sadly I cannot use the tool since there's no way to define reponse body schemas.

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

No branches or pull requests

2 participants