...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/2113/base.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/2113

     1swagger: "2.0"
     2info:
     3  version: "1"
     4  title: "nested $ref fixture"
     5paths:
     6  /dummy:
     7    $ref: ./schemas/api/api.yaml#/paths/~1dummy
     8  /example:
     9    $ref: ./schemas/api/api.yaml#/paths/~1example

View as plain text