Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ajv / lib / dot / validate.jst
index fd833a535c2ab5b287b2bf11dcadd9252597257e..32087e71c0d53e789dac40d040f7b5c1f4c64363 100644 (file)
@@ -81,7 +81,7 @@
     it.baseId = it.baseId || it.rootId;
     delete it.isTop;
 
-    it.dataPathArr = [undefined];
+    it.dataPathArr = [""];
 
     if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) {
       var $defaultMsg = 'default is ignored in the schema root';