pixsy/node_modules/har-schema/lib/har.json

13 lines
143 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"id": "har.json#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}