summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/har-schema/lib/log.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/har-schema/lib/log.json')
-rw-r--r--deps/node/deps/npm/node_modules/har-schema/lib/log.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/deps/node/deps/npm/node_modules/har-schema/lib/log.json b/deps/node/deps/npm/node_modules/har-schema/lib/log.json
deleted file mode 100644
index c353b40f..00000000
--- a/deps/node/deps/npm/node_modules/har-schema/lib/log.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "$id": "log.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "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"
- }
- }
-}