github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/fixtures/bugs/2258/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