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