github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/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