github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/tools/test_monitor/schemas/test_results_schema.json (about)

     1  [
     2      {
     3          "mode": "NULLABLE",
     4          "name": "commit_sha",
     5          "type": "STRING"
     6      },
     7      {
     8          "mode": "NULLABLE",
     9          "name": "commit_date",
    10          "type": "TIMESTAMP"
    11      },
    12      {
    13          "mode": "NULLABLE",
    14          "name": "job_run_date",
    15          "type": "TIMESTAMP"
    16      },
    17      {
    18          "mode": "NULLABLE",
    19          "name": "run_id",
    20          "type": "STRING"
    21      },
    22      {
    23          "mode": "NULLABLE",
    24          "name": "test",
    25          "type": "STRING"
    26      },
    27      {
    28          "mode": "NULLABLE",
    29          "name": "package",
    30          "type": "STRING"
    31      },
    32      {
    33          "mode": "REPEATED",
    34          "name": "output",
    35          "type": "STRING"
    36      },
    37      {
    38          "mode": "NULLABLE",
    39          "name": "elapsed",
    40          "type": "FLOAT"
    41      },
    42      {
    43          "mode": "NULLABLE",
    44          "name": "pass",
    45          "type": "INTEGER"
    46      },
    47      {
    48          "mode": "NULLABLE",
    49          "name": "exception",
    50          "type": "INTEGER"
    51      }
    52  ]