pixsy/node_modules/har-schema/lib/cache.json

21 lines
343 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"id": "cache.json#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type": "string"
}
}
}