We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbb244 commit 0855e59Copy full SHA for 0855e59
src/utils.js
@@ -44,7 +44,6 @@ export function isRefArray(field, schema) {
44
45
function fetchSchema(ref, schema) {
46
if (ref.startsWith("#/")) {
47
- ref.substr(2).split("/");
48
return ref
49
.substr(2)
50
.split("/")
0 commit comments