setup-java/node_modules/har-schema/lib/cache.json
Stephen Franceschelli c1a589c5b6 Fix.
2019-07-30 13:41:05 -04: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"
}
}
}