We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if
1 parent f15d7a3 commit 5892278Copy full SHA for 5892278
lib/keywords/if.js
@@ -10,4 +10,6 @@ const interpret = (ifSchema, instance, context) => {
10
return true;
11
};
12
13
-export default { id, compile, interpret };
+const simpleApplicator = true;
14
+
15
+export default { id, compile, interpret, simpleApplicator };
0 commit comments