Version 1
[yaffs-website] / node_modules / phantomjs-prebuilt / node_modules / har-validator / lib / schemas / cacheEntry.json
diff --git a/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/cacheEntry.json b/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/cacheEntry.json
new file mode 100644 (file)
index 0000000..a397439
--- /dev/null
@@ -0,0 +1,31 @@
+{
+  "oneOf": [{
+    "type": "object",
+    "optional": true,
+    "required": [
+      "lastAccess",
+      "eTag",
+      "hitCount"
+    ],
+    "properties": {
+      "expires": {
+        "type": "string"
+      },
+      "lastAccess": {
+        "type": "string"
+      },
+      "eTag": {
+        "type": "string"
+      },
+      "hitCount": {
+        "type": "integer"
+      },
+      "comment": {
+        "type": "string"
+      }
+    }
+  }, {
+    "type": null,
+    "additionalProperties": false
+  }]
+}