swagger: "2.0" info: title: Object version: 0.1.0 paths: /: get: summary: GET operationId: getAll responses: "200": description: Ok "400": description: Bad request schema: $ref: '#/definitions/Error'