...

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

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

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

View as plain text