...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/2743/not-working/swagger/paths/bar.yml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/2743/not-working/swagger/paths

     1get:
     2  responses:
     3    200:
     4      description: OK
     5      schema:
     6        type: array
     7        items:
     8          $ref: '../user/index.yml#/User' ## this doesn't work

View as plain text