github.com/secman-team/gh-api@v1.8.2/pkg/cmd/repo/list/fixtures/repoList.json (about)

     1  {
     2    "data": {
     3      "repositoryOwner": {
     4        "login": "octocat",
     5        "repositories": {
     6          "totalCount": 3,
     7          "nodes": [
     8            {
     9              "nameWithOwner": "octocat/hello-world",
    10              "description": "My first repository",
    11              "isFork": false,
    12              "isPrivate": false,
    13              "isArchived": false,
    14              "pushedAt": "2021-02-19T06:34:58Z"
    15            },
    16            {
    17              "nameWithOwner": "octocat/cli",
    18              "description": "GitHub CLI",
    19              "isFork": true,
    20              "isPrivate": false,
    21              "isArchived": false,
    22              "pushedAt": "2021-02-19T06:06:06Z"
    23            },
    24            {
    25              "nameWithOwner": "octocat/testing",
    26              "description": null,
    27              "isFork": false,
    28              "isPrivate": true,
    29              "isArchived": false,
    30              "pushedAt": "2021-02-11T22:32:05Z"
    31            }
    32          ],
    33          "pageInfo": {
    34            "hasNextPage": false,
    35            "endCursor": ""
    36          }
    37        }
    38      }
    39    }
    40  }