KaiZen-OpenAPI-Editor icon indicating copy to clipboard operation
KaiZen-OpenAPI-Editor copied to clipboard

Add "./" for file completion on file $ref

Open gayanper opened this issue 4 years ago • 0 comments

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.

gayanper avatar May 12 '20 18:05 gayanper