Skip to content

Commit 8c657f3

Browse files
committed
Update schemaUtils.js
Fix issue
1 parent 2b6a1b7 commit 8c657f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schemaUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ module.exports = {
13791379
schemaDataPath = '',
13801380
exampleProperties = [];
13811381
if (!schema) {
1382-
return false;
1382+
return true;
13831383
}
13841384
if (schema.$ref) {
13851385
schemaDataPath = formatDataPath(formatSchemaPathFromAJVErrorToConvertToDataPath(schema.$ref));

0 commit comments

Comments
 (0)