mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix tests falling after fix WEB-23995 JSON schema: "type is not allowed" for valid schema and instance
This commit is contained in:
@@ -99,7 +99,8 @@ public class JsonSchemaWalker {
|
||||
}
|
||||
}
|
||||
if (selectedSchema != null) {
|
||||
queue.add(Pair.create(selectedSchema, pair.getSecond() + 1));
|
||||
if ((pair.getSecond() + 1) >= position.size()) consumer.consume(isName, selectedSchema);
|
||||
else queue.add(Pair.create(selectedSchema, pair.getSecond() + 1));
|
||||
}
|
||||
} else {
|
||||
List<JsonSchemaObject> list = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user