golang-swaggerui-example
golang-swaggerui-example copied to clipboard
$ref Syntax is not evaluated correctly
Hi,
I was trying to use your library and found out that when i use $ref to another local yaml on the disk it does not follow and generates a missing definition when swagger ui is loaded.
(from swagger documentation) _Remote Reference – $ref: 'document.json' Uses the whole document located on the same server and in the same location. (...) The element of the document located in the parent folder – $ref: '../document.json#/myElement'
Is this something possible to update?
BR,