1swagger: "2.0" 2info: 3 description: Test 4 title: Test 5 version: "0.0.1" 6basePath: /v1 7consumes: 8 - application/json 9produces: 10 - application/json 11 12paths: 13 /test/a: 14 $ref: "#/paths/~1test" 15 /test: 16 get: 17 operationId: test 18 responses: 19 200: 20 description: OK