Version 1
[yaffs-website] / node_modules / uncss / node_modules / har-validator / lib / schemas / cache.json
1 {
2   "properties": {
3     "beforeRequest": {
4       "$ref": "#cacheEntry"
5     },
6     "afterRequest": {
7       "$ref": "#cacheEntry"
8     },
9     "comment": {
10       "type": "string"
11     }
12   }
13 }