--- swagger: "2.0" info: x-ibm-name: test title: test version: 1.0.0 description: "" schemes: - https basePath: /test consumes: - application/json produces: - application/json x-ibm-configuration: testable: true enforced: true phase: realized paths: /certificado: get: responses: 200: description: 200 OK /getAplicaciones: get: responses: 200: description: 200 OK /certificado_test: get: responses: 200: description: 200 OK /certificado_v2: get: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://apis-i.redsys.es:20443/psd2/xs2a description: Endpoint entorno Integracion type: - production - development ...