GitHub · Schema

GitHub Repository

A GitHub repository containing source code, issues, pull requests, and other project resources.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
id integer The unique identifier of the repository.
node_id string The GraphQL node ID for the repository.
name string The name of the repository without the owner prefix.
full_name string The full name of the repository in owner/name format.
owner object
private boolean Whether the repository is private.
html_url string The URL of the repository on GitHub.
description stringnull A short description of the repository.
fork boolean Whether the repository is a fork of another repository.
url string The API URL for the repository.
created_at string The date and time the repository was created.
updated_at string The date and time the repository was last updated.
pushed_at string The date and time of the last push to the repository.
homepage stringnull The URL of the repository's homepage.
size integer The size of the repository in kilobytes.
stargazers_count integer The number of stars the repository has received.
watchers_count integer The number of watchers on the repository.
language stringnull The primary programming language of the repository.
forks_count integer The number of forks of the repository.
open_issues_count integer The number of open issues in the repository.
default_branch string The default branch of the repository.
visibility string The visibility level of the repository.
topics array The topics (tags) associated with the repository.
has_issues boolean Whether the repository has issues enabled.
has_projects boolean Whether the repository has projects enabled.
has_wiki boolean Whether the repository has the wiki enabled.
has_pages boolean Whether the repository has GitHub Pages enabled.
has_downloads boolean Whether the repository has downloads enabled.
has_discussions boolean Whether the repository has discussions enabled.
archived boolean Whether the repository is archived and read-only.
disabled boolean Whether the repository is disabled.
is_template boolean Whether the repository is a template repository.
allow_forking boolean Whether forking is allowed on the repository.
license object
permissions object
View JSON Schema on GitHub