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