--- swagger: "2.0" info: x-ibm-name: hackathon-mini-statement title: Mini Statement version: 1.0.8 description: "" schemes: - https basePath: /mini-statements produces: - application/xml x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1: post: responses: 200: description: 200 OK parameters: - name: Body required: false in: body schema: type: object tags: [] consumes: - application/xml x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...