Initial commit
[yaffs-website] / node_modules / har-schema / lib / har.json
1 {
2   "id": "har.json#",
3   "type": "object",
4   "required": [
5     "log"
6   ],
7   "properties": {
8     "log": {
9       "$ref": "log.json#"
10     }
11   }
12 }