--- swagger: "2.0" info: x-ibm-name: dummyapigcone title: dummyapigcone version: 1.0.0 description: "" schemes: - https basePath: /dummyapigcone consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /path-1: get: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://aspac.sit.api.citi.com/gcbap description: "" type: - production - development ...