Version 1
[yaffs-website] / node_modules / phantomjs-prebuilt / node_modules / har-validator / lib / schemas / record.json
diff --git a/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/record.json b/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/record.json
new file mode 100644 (file)
index 0000000..04acd51
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "type": "object",
+  "required": [
+    "name",
+    "value"
+  ],
+  "properties": {
+    "name": {
+      "type": "string"
+    },
+    "value": {
+      "type": "string"
+    },
+    "comment": {
+      "type": "string"
+    }
+  }
+}