-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Make jsonschema completion friendly #2249
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
As the PR for the operation methods (regex -> oneOf) was merged and the issue involving adding descriptions was closed as a |
Hi @MikeRalphson , Do you have the description related PR link handy? Would be great to fix it since it really helps when writing specs by hand or reviewing generated ones. |
@rmannibucau I don't think there ever was an open PR for adding the descriptions to the |
ok so let's continue on #1948 then. Thanks. |
JSON-Schema is a nice tool to validate a payload but it also enables to get completion (in vscode and most modern editors).
Current openapi3 jsonschema does not work at all with completion and has 2 pitfalls:
This ticket is about ensure at all stage some completion or at least description is enabled to make it user friendly.
The text was updated successfully, but these errors were encountered: