Version 1
[yaffs-website] / node_modules / uncss / node_modules / har-validator / lib / schemas / log.json
diff --git a/node_modules/uncss/node_modules/har-validator/lib/schemas/log.json b/node_modules/uncss/node_modules/har-validator/lib/schemas/log.json
new file mode 100644 (file)
index 0000000..0c91d38
--- /dev/null
@@ -0,0 +1,34 @@
+{
+  "type": "object",
+  "required": [
+    "version",
+    "creator",
+    "entries"
+  ],
+  "properties": {
+    "version": {
+      "type": "string"
+    },
+    "creator": {
+      "$ref": "#creator"
+    },
+    "browser": {
+      "$ref": "#creator"
+    },
+    "pages": {
+      "type": "array",
+      "items": {
+        "$ref": "#page"
+      }
+    },
+    "entries": {
+      "type": "array",
+      "items": {
+        "$ref": "#entry"
+      }
+    },
+    "comment": {
+      "type": "string"
+    }
+  }
+}