summaryrefslogtreecommitdiff
path: root/node_modules/har-schema/lib/har.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-schema/lib/har.json')
-rw-r--r--node_modules/har-schema/lib/har.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/har-schema/lib/har.json b/node_modules/har-schema/lib/har.json
deleted file mode 100644
index d1a1de5..0000000
--- a/node_modules/har-schema/lib/har.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "$id": "har.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "log"
- ],
- "properties": {
- "log": {
- "$ref": "log.json#"
- }
- }
-}