Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / 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 }