github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2743/working/spec.yaml (about)

     1  swagger: '2.0'
     2  info:
     3    version: 0.0.0
     4    title: Simple API
     5  paths:
     6    /foo:
     7      $ref: 'swagger/paths/foo.yml'
     8    /bar:
     9      $ref: 'swagger/paths/bar.yml'
    10    /nested:
    11      $ref: 'swagger/paths/nested.yml#/response'