summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/lib/schemas/cache.json
blob: a3ab682d53a378b2994fe1647a3078055bdf9b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "properties": {
    "beforeRequest": {
      "$ref": "#cacheEntry"
    },
    "afterRequest": {
      "$ref": "#cacheEntry"
    },
    "comment": {
      "type": "string"
    }
  }
}