-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Schemachanges related to the schema(s)changes related to the schema(s)
Description
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.
Metadata
Metadata
Assignees
Labels
Schemachanges related to the schema(s)changes related to the schema(s)