{ "description": "Build trace line", "type": "object", "required": [ "offset", "content" ], "properties": { "offset": { "type": "integer" }, "content": { "type": "array", "items": { "$ref": "./build_trace_line_content.json" } }, "section": { "type": "string" }, "section_header": { "type": "boolean" }, "section_duration": { "type": "string" } } }