28 lines
No EOL
457 B
JSON
28 lines
No EOL
457 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |