1swagger: "2.0" 2info: 3 title: Object 4 version: 0.1.0 5paths: 6 /: 7 get: 8 summary: GET 9 operationId: getAll 10 responses: 11 "200": 12 description: Ok 13 "400": 14 description: Bad request 15 schema: 16 $ref: '#/definitions/Error'
View as plain text