github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/2137/fixture-2137.yaml (about) 1 swagger: "2.0" 2 info: 3 description: Test 4 title: Test 5 version: "0.0.1" 6 basePath: /v1 7 consumes: 8 - application/json 9 produces: 10 - application/json 11 12 paths: 13 /test/a: 14 $ref: "#/paths/~1test" 15 /test: 16 get: 17 responses: 18 200: 19 description: OK