Version 1
[yaffs-website] / node_modules / phantomjs-prebuilt / node_modules / har-validator / lib / schemas / har.json
diff --git a/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/har.json b/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/har.json
new file mode 100644 (file)
index 0000000..b542782
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "type": "object",
+  "required": [
+    "log"
+  ],
+  "properties": {
+    "log": {
+      "$ref": "#log"
+    }
+  }
+}