KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Add "./" for file completion on file $ref
When completing the model from another file today it is completed as below when file is in the current folder.
$ref: 'file.yaml#/definitions/Pet'
Suggestion is to make it like
$ref: './file.yaml#/definitions/Pet'
Some of other editor like stoplight has this support.