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

14 lines
187 B
JSON

{
"properties": {
"beforeRequest": {
"$ref": "#cacheEntry"
},
"afterRequest": {
"$ref": "#cacheEntry"
},
"comment": {
"type": "string"
}
}
}