1--- 2swagger: '2.0' 3info: 4 title: "" 5 contact: 6 name: "" 7 license: 8 name: "" 9schemes: 10 - http 11basePath: "" 12consumes: 13 - application/json 14produces: 15 - application/json 16externalDocumentation: 17 description: "" 18x-custom: zorg 19x-conflict: buzz 20paths: 21 /common: 22 get: 23 operationId: commonGet 24 summary: here to test path collisons 25 responses: 26 '200': 27 description: OK