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