github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2113/schemas/api/api.yaml (about)

     1  swagger: "2.0"
     2  info:
     3    version: "1"
     4    title: "sub api"
     5  paths:
     6    /dummy:
     7      get:
     8        responses:
     9          200:
    10            description: OK
    11            schema:
    12              $ref: ../dummy/dummy.yaml
    13    /example:
    14      get:
    15        responses:
    16          200:
    17            description: OK
    18            schema:
    19              $ref: ../example/example.yaml