You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "build_number",
|
|
|
|
"type": "INTEGER",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "timestamp",
|
|
|
|
"type": "TIMESTAMP",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "duration",
|
|
|
|
"type": "FLOAT",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pass_count",
|
|
|
|
"type": "INTEGER",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "failure_count",
|
|
|
|
"type": "INTEGER",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "no_report_files_found",
|
|
|
|
"type": "BOOLEAN",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "error",
|
|
|
|
"type": "RECORD",
|
|
|
|
"mode": "REPEATED",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"name": "description",
|
|
|
|
"type": "STRING",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "count",
|
|
|
|
"type": "INTEGER",
|
|
|
|
"mode": "NULLABLE"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|