We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the cli to convert a json swagger v2 file to postman collection by running
openapi2postmanv2 -s specData.json -o collection.json -p -O schemaFaker=false;
yet I still get errors that look like this
Error faking a schema. Not faking this schema. Schema: { type: 'object', properties: { message: { type: 'string', default: '<string>' }, code: { type: 'string', default: '<string>' }, status: { type: 'integer', default: '<integer>' }, entityId: { type: 'string', default: '<string>' }, entityName: { type: 'string', default: '<string>' }, messageWithParams: { type: 'string', default: '<string>' }, messageParams: { type: 'object', additionalProperties: [Object], properties: {} }, contextId: { type: 'string', default: '<string>' }, details: { type: 'array', items: [Object] }, errors: { type: 'array', items: '[Circular]' }, limit: { type: 'object', properties: [Object] } } }
The text was updated successfully, but these errors were encountered:
Looks like it's hard coded
openapi-to-postman/lib/schemapack.js
Lines 67 to 68 in 55eef73
Sorry, something went wrong.
No branches or pull requests
I'm using the cli to convert a json swagger v2 file to postman collection by running
openapi2postmanv2 -s specData.json -o collection.json -p -O schemaFaker=false;
yet I still get errors that look like this
The text was updated successfully, but these errors were encountered: