Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / har-validator / lib / schemas / har.json
1 {
2   "type": "object",
3   "required": [
4     "log"
5   ],
6   "properties": {
7     "log": {
8       "$ref": "#log"
9     }
10   }
11 }