summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/har-schema/lib/content.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/har-schema/lib/content.json')
-rw-r--r--deps/node/deps/npm/node_modules/har-schema/lib/content.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/deps/node/deps/npm/node_modules/har-schema/lib/content.json b/deps/node/deps/npm/node_modules/har-schema/lib/content.json
deleted file mode 100644
index 43944bfa..00000000
--- a/deps/node/deps/npm/node_modules/har-schema/lib/content.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "$id": "content.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "size",
- "mimeType"
- ],
- "properties": {
- "size": {
- "type": "integer"
- },
- "compression": {
- "type": "integer"
- },
- "mimeType": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "encoding": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}