Open
Description
When rendering OpenAPI 3.1.0 with JSON Schema Draft 2020-12 schemas, we need to add support for JumpToPath
placeholder. This placeholder is then used in SwaggerEditor usecases.
JumpToPath
looks like that in JSON Schema Draft 4/5 renderer. When clicked, it focuses the editor cursor on a position in the definition where the schema is defined.
TODO:
- implement the
JumpInPath
in SwaggerUI - create an isssue with SwaggerEditor@5 to override the
JumpToPath
component