mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Update schemaUtils.js
Fix issue
This commit is contained in:
committed by
Erik Mendoza
parent
d226580b52
commit
006c3de8a8
@@ -1379,7 +1379,7 @@ module.exports = {
|
||||
schemaDataPath = '',
|
||||
exampleProperties = [];
|
||||
if (!schema) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
if (schema.$ref) {
|
||||
schemaDataPath = formatDataPath(formatSchemaPathFromAJVErrorToConvertToDataPath(schema.$ref));
|
||||
|
||||
Reference in New Issue
Block a user