{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"https://byonoy-csv-converter.prod1.de.splashlake.com","description":"Generated server url"}],"paths":{"/convert":{"post":{"tags":["main-app"],"operationId":"postConversion","responses":{"200":{"description":"OK","content":{"text/xml":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/convertForm":{"post":{"tags":["main-app"],"operationId":"formConversion","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"text/xml":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}}},"components":{}}