summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/pageTimings.json
blob: 5fd6cb39edc65430bf03af80846ec55093a82818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "pageTimings.json#",
  "type": "object",
  "properties": {
    "onContentLoad": {
      "type": "number",
      "min": -1
    },
    "onLoad": {
      "type": "number",
      "min": -1
    },
    "comment": {
      "type": "string"
    }
  }
}