Hi
I am loading a swagger yaml document with js-yaml that contains references
$ref: 'definitions/definition.yaml#/ObjectDefinition'
And apparently the paths need to be relative to the js module the root yaml document is loaded from.
It certainly would be nice to have the paths relative to the including yaml document, though.
In case this is relative to js-yaml I would like to request to change that.