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

     1  response:
     2    get:
     3      responses:
     4        200:
     5          description: OK
     6          schema:
     7            $ref: '#/definitions/SameFileReference'
     8  
     9  definitions:
    10    SameFileReference:
    11      type: object
    12      properties:
    13        name:
    14          type: string