diff options
Diffstat (limited to 'node_modules/har-schema/lib/har.json')
-rw-r--r-- | node_modules/har-schema/lib/har.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/har-schema/lib/har.json b/node_modules/har-schema/lib/har.json new file mode 100644 index 0000000..d1a1de5 --- /dev/null +++ b/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#" + } + } +} |