mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Removing allOf placeholder now that schema.allOf support has been added
This commit is contained in:
@@ -185,8 +185,6 @@ module.exports = {
|
||||
};
|
||||
}
|
||||
else {
|
||||
// @TODO - schema with property allOf.
|
||||
// following is tmp solution.
|
||||
return {
|
||||
type: 'string',
|
||||
default: 'schema type not provided'
|
||||
|
||||
Reference in New Issue
Block a user