1swagger: '2.0' 2info: 3 title: Object 4 version: 0.1.0 5 6paths: 7 /: 8 get: 9 summary: GET 10 operationId: getAll 11 responses: 12 '200': 13 description: Ok 14 '404': 15 $ref: 'fixture-responses-3.yaml#/definitions/NotFound'
View as plain text