You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
no description
written in a way it does not enable an IDE to discover much the completion due to a lot of regex (Pathitem patternproperties for verbs is a good example)
This ticket is about ensure at all stage some completion or at least description is enabled to make it user friendly.