Skip to content

repository

A source code repository.

MetadataValue
Pluralrepositories
Subtitle fieldlanguage
Identitypath, url
FieldType
starsinteger
forksinteger
languagestring
topicsstring[]
openIssuesinteger
isArchivedboolean
isPrivateboolean
defaultBranchstring
licensestring
sizeinteger
RelationTarget
forkedFromrepository
owneraccount

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • Git internals + Git refs — Our defaultBranch is a Git ref (refs/heads/main); forkedFrom is explicit in our model vs. implicit in Git (recorded only by forges).
  • GitHub REST API — Repository — Direct source. Our stars/forks/openIssues/topics/defaultBranch/ license/size/isArchived/isPrivate all come from the GitHub Repository resource.
  • SPDX License List — Our license values are SPDX identifiers (MIT, Apache-2.0, GPL-3.0-or-later).
  • gitget_repository