--- swagger: "2.0" info: x-ibm-name: api1 title: Api1 version: 1.0.0 description: "" schemes: - https basePath: /api1 consumes: - application/json produces: - application/json x-ibm-configuration: testable: true enforced: true phase: realized paths: /path-1: get: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://emea.sit.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...