| Current Path : /usr/lib/node_modules/npm/node_modules/har-schema/lib/ |
| Current File : //usr/lib/node_modules/npm/node_modules/har-schema/lib/har.json |
{
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}