1{ 2 "type": "object", 3 "required": [ 4 "log" 5 ], 6 "properties": { 7 "log": { 8 "$ref": "#log" 9 } 10 } 11} 12 13