summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json b/deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json
new file mode 100644
index 0000000000..402e9b459e
--- /dev/null
+++ b/deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json
@@ -0,0 +1,35 @@
+{
+ "id": "log.json#",
+ "type": "object",
+ "required": [
+ "version",
+ "creator",
+ "entries"
+ ],
+ "properties": {
+ "version": {
+ "type": "string"
+ },
+ "creator": {
+ "$ref": "creator.json#"
+ },
+ "browser": {
+ "$ref": "browser.json#"
+ },
+ "pages": {
+ "type": "array",
+ "items": {
+ "$ref": "page.json#"
+ }
+ },
+ "entries": {
+ "type": "array",
+ "items": {
+ "$ref": "entry.json#"
+ }
+ },
+ "comment": {
+ "type": "string"
+ }
+ }
+}