Version 1
[yaffs-website] / node_modules / uncss / node_modules / har-validator / lib / schemas / content.json
diff --git a/node_modules/uncss/node_modules/har-validator/lib/schemas/content.json b/node_modules/uncss/node_modules/har-validator/lib/schemas/content.json
new file mode 100644 (file)
index 0000000..3710d79
--- /dev/null
@@ -0,0 +1,27 @@
+{
+  "type": "object",
+  "required": [
+    "size",
+    "mimeType"
+  ],
+  "properties": {
+    "size": {
+      "type": "integer"
+    },
+    "compression": {
+      "type": "integer"
+    },
+    "mimeType": {
+      "type": "string"
+    },
+    "text": {
+      "type": "string"
+    },
+    "encoding": {
+      "type": "string"
+    },
+    "comment": {
+      "type": "string"
+    }
+  }
+}