1
0
Fork 0
waifurudor.de/node_modules/har-schema/lib/cache.json
2022-04-02 18:40:13 -04:00

21 lines
343 B
JSON

{
"id": "cache.json#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type": "string"
}
}
}