install-nix-action/node_modules/har-schema/lib/cache.json
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00

21 lines
400 B
JSON

{
"$id": "cache.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type": "string"
}
}
}