swagger: '2.0' info: title: issue-342 version: 0.0.1 license: name: MIT host: localhost:8081 basePath: /api/v1 schemes: - http consumes: - application/json produces: - application/json paths: /get_main_object: get: tags: - maindata parameters: - $ref: "#/parameters/sid" responses: '200': parameters: sid: name: sid in: query required: true type: integer format: int64