Gaston Lodieu
Gaston Lodieu
Hi, I've this Swagger file. Please take a look to the dateOfBirth example fields, both are '1978-06-21'. But after executing swagger-parser, output is an object and I don't know how...
I'm trying to run test that converts from swagger to raml to swagger using this file https://github.com/mulesoft/api-spec-converter/blob/master/example/source/swagger.json that is not working. Test results in a lot of differences. Thanks. Gaston...
When I include a .json file for define a type, parser includes schemaPath attribute with its path. But for .yaml files, parser doesn't keep file path. Could you please do...
Parsing the given RAML data using the following lines both methods takes around 30 seconds each. ``` const parsedData = parser.parseRAMLSync(data, RAMLImporter._options(options)); //30 seconds if (parsedData.name === 'Error') { reject(error);...