RepoStatsEntry Collection

Type: array

Array of RepoStatsEntry records. Each element: GitHub/Zenodo repository metrics for a single artifact (stars, forks, views, downloads).

No Additional Items

Each item of this array must be:

Type: object

GitHub/Zenodo repository metrics for a single artifact (stars, forks, views, downloads).

No Additional Properties

conference Required

Type: string

Conference abbreviation.

year Required

Type: integer

Publication year.

title Required

Type: string

Paper title.

url Required

Type: string

Repository or archive URL.

source Required

Type: enum (of string)

Platform hosting the artifact.

Must be one of:

  • "github"
  • "zenodo"
  • "figshare"
Default: null

GitHub star count.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null
Default: null

GitHub fork count.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null
Default: null

Zenodo view count.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null
Default: null

Zenodo download count.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null
Default: null

Repository description (truncated to 120 characters).

Option 1

Type: string

Must be at most 120 characters long

Option 2

Type: null
Default: null

Primary programming language.

Option 1

Type: string

Option 2

Type: null
Default: null

Repository identifier (e.g., 'owner/repo').

Option 1

Type: string

Option 2

Type: null
Default: null

Timestamp of last push in ISO 8601 format.

Option 1

Type: string

Option 2

Type: null