setup-php/node_modules/har-schema/lib/har.json
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

14 lines
200 B
JSON

{
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}