summaryrefslogtreecommitdiff
path: root/node_modules/har-schema/lib/pageTimings.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-schema/lib/pageTimings.json')
-rw-r--r--node_modules/har-schema/lib/pageTimings.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/har-schema/lib/pageTimings.json b/node_modules/har-schema/lib/pageTimings.json
deleted file mode 100644
index 130411f..0000000
--- a/node_modules/har-schema/lib/pageTimings.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "$id": "pageTimings.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "properties": {
- "onContentLoad": {
- "type": "number",
- "min": -1
- },
- "onLoad": {
- "type": "number",
- "min": -1
- },
- "comment": {
- "type": "string"
- }
- }
-}