summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/lib/schemas/content.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/har-validator/lib/schemas/content.json')
-rw-r--r--deps/npm/node_modules/har-validator/lib/schemas/content.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/npm/node_modules/har-validator/lib/schemas/content.json b/deps/npm/node_modules/har-validator/lib/schemas/content.json
new file mode 100644
index 0000000000..3710d7939b
--- /dev/null
+++ b/deps/npm/node_modules/har-validator/lib/schemas/content.json
@@ -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"
+ }
+ }
+}