1{ 2 "$id": "har.json#", 3 "$schema": "http://json-schema.org/draft-06/schema#", 4 "type": "object", 5 "required": [ 6 "log" 7 ], 8 "properties": { 9 "log": { 10 "$ref": "log.json#" 11 } 12 } 13} 14