Version 1
[yaffs-website] / node_modules / uncss / node_modules / har-validator / lib / schemas / postData.json
diff --git a/node_modules/uncss/node_modules/har-validator/lib/schemas/postData.json b/node_modules/uncss/node_modules/har-validator/lib/schemas/postData.json
new file mode 100644 (file)
index 0000000..91958b6
--- /dev/null
@@ -0,0 +1,41 @@
+{
+  "type": "object",
+  "optional": true,
+  "required": [
+    "mimeType"
+  ],
+  "properties": {
+    "mimeType": {
+      "type": "string"
+    },
+    "text": {
+      "type": "string"
+    },
+    "params": {
+      "type": "array",
+      "required": [
+        "name"
+      ],
+      "properties": {
+        "name": {
+          "type": "string"
+        },
+        "value": {
+          "type": "string"
+        },
+        "fileName": {
+          "type": "string"
+        },
+        "contentType": {
+          "type": "string"
+        },
+        "comment": {
+          "type": "string"
+        }
+      }
+    },
+    "comment": {
+      "type": "string"
+    }
+  }
+}