Files
bug-em/node_modules/har-validator/lib/schemas/pageTimings.json
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00

17 lines
225 B
JSON

{
"type": "object",
"properties": {
"onContentLoad": {
"type": "number",
"min": -1
},
"onLoad": {
"type": "number",
"min": -1
},
"comment": {
"type": "string"
}
}
}