We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82aeef commit 93054f4Copy full SHA for 93054f4
lib/pointer.js
@@ -214,6 +214,7 @@ function resolveIf$Ref(pointer, options) {
214
// This JSON reference "extends" the resolved value, rather than simply pointing to it.
215
// So the resolved path does NOT change. Just the value does.
216
pointer.value = $Ref.dereference(pointer.value, resolved.value);
217
+ return false;
218
}
219
else {
220
// Resolve the reference
0 commit comments