Initial commit
[yaffs-website] / node_modules / har-schema / lib / pageTimings.json
1 {
2   "id": "pageTimings.json#",
3   "type": "object",
4   "properties": {
5     "onContentLoad": {
6       "type": "number",
7       "min": -1
8     },
9     "onLoad": {
10       "type": "number",
11       "min": -1
12     },
13     "comment": {
14       "type": "string"
15     }
16   }
17 }