W72crm_web-master/node_modules/har-schema/lib/cache.json

21 lines
343 B
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"id": "cache.json#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type": "string"
}
}
}