UTI: PoC - Dash application for Trending
[csit.git] / csit.infra.etl / stats_sra.json
1 {
2     "fields": [
3         {
4             "metadata": {},
5             "name": "job",
6             "nullable": false,
7             "type": "string"
8         },
9         {
10             "metadata": {},
11             "name": "build",
12             "nullable": false,
13             "type": "integer"
14         },
15         {
16             "metadata": {},
17             "name": "start_time",
18             "nullable": true,
19             "type": "timestamp"
20         },
21         {
22             "metadata": {},
23             "name": "duration",
24             "nullable": true,
25             "type": "double"
26         },
27         {
28             "metadata": {},
29             "name": "version",
30             "nullable": true,
31             "type": "string"
32         },
33         {
34             "metadata": {},
35             "name": "stats_type",
36             "nullable": true,
37             "type": "string"
38         }
39     ],
40     "type": "struct"
41 }