Skip to content

Make jsonschema completion friendly #2249

@rmannibucau

Description

@rmannibucau

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:

  1. no description
  2. 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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions