github.com/cli/cli@v1.14.1-0.20210902173923-1af6a669e342/pkg/cmd/pr/checks/fixtures/allPassing.json (about)

     1  { 
     2    "number": 123, 
     3    "statusCheckRollup": { 
     4      "nodes": [
     5        {
     6          "commit": {
     7            "oid": "abc",
     8            "statusCheckRollup": {
     9              "contexts": {
    10                "nodes": [
    11                  {
    12                    "conclusion": "SUCCESS",
    13                    "status": "COMPLETED",
    14                    "name": "cool tests",
    15                    "completedAt": "2020-08-27T19:00:12Z",
    16                    "startedAt": "2020-08-27T18:58:46Z",
    17                    "detailsUrl": "sweet link"
    18                  },
    19                  {
    20                    "conclusion": "SUCCESS",
    21                    "status": "COMPLETED",
    22                    "name": "rad tests",
    23                    "completedAt": "2020-08-27T19:00:12Z",
    24                    "startedAt": "2020-08-27T18:58:46Z",
    25                    "detailsUrl": "sweet link"
    26                  },
    27                  {
    28                    "conclusion": "SUCCESS",
    29                    "status": "COMPLETED",
    30                    "name": "awesome tests",
    31                    "completedAt": "2020-08-27T19:00:12Z",
    32                    "startedAt": "2020-08-27T18:58:46Z",
    33                    "detailsUrl": "sweet link"
    34                  }
    35                ]
    36              }
    37            }
    38          }
    39        }
    40      ]
    41    }
    42  }