definitions: backend.VersionData: properties: changelog: example: account name type: string history: items: $ref: '#/definitions/backend.VersionData' type: array version: example: 1.0.0 type: string type: object info: contact: {} paths: /version: get: consumes: - application/json description: get string by ID produces: - application/json responses: "200": description: OK schema: $ref: '#/definitions/backend.VersionData' "404": description: Not Found schema: type: string summary: Getting the version of the backend tags: - accounts swagger: "2.0"