# RepoStatsEntry Collection

- [1. RepoStatsEntry Collection > RepoStatsEntry](#items)
  - [1.1. Property `RepoStatsEntry Collection > RepoStatsEntry > conference`](#items_conference)
  - [1.2. Property `RepoStatsEntry Collection > RepoStatsEntry > year`](#items_year)
  - [1.3. Property `RepoStatsEntry Collection > RepoStatsEntry > title`](#items_title)
  - [1.4. Property `RepoStatsEntry Collection > RepoStatsEntry > url`](#items_url)
  - [1.5. Property `RepoStatsEntry Collection > RepoStatsEntry > source`](#items_source)
  - [1.6. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars`](#items_github_stars)
    - [1.6.1. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars > anyOf > item 0`](#items_github_stars_anyOf_i0)
    - [1.6.2. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars > anyOf > item 1`](#items_github_stars_anyOf_i1)
  - [1.7. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks`](#items_github_forks)
    - [1.7.1. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks > anyOf > item 0`](#items_github_forks_anyOf_i0)
    - [1.7.2. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks > anyOf > item 1`](#items_github_forks_anyOf_i1)
  - [1.8. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views`](#items_zenodo_views)
    - [1.8.1. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views > anyOf > item 0`](#items_zenodo_views_anyOf_i0)
    - [1.8.2. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views > anyOf > item 1`](#items_zenodo_views_anyOf_i1)
  - [1.9. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads`](#items_zenodo_downloads)
    - [1.9.1. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads > anyOf > item 0`](#items_zenodo_downloads_anyOf_i0)
    - [1.9.2. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads > anyOf > item 1`](#items_zenodo_downloads_anyOf_i1)
  - [1.10. Property `RepoStatsEntry Collection > RepoStatsEntry > description`](#items_description)
    - [1.10.1. Property `RepoStatsEntry Collection > RepoStatsEntry > description > anyOf > item 0`](#items_description_anyOf_i0)
    - [1.10.2. Property `RepoStatsEntry Collection > RepoStatsEntry > description > anyOf > item 1`](#items_description_anyOf_i1)
  - [1.11. Property `RepoStatsEntry Collection > RepoStatsEntry > language`](#items_language)
    - [1.11.1. Property `RepoStatsEntry Collection > RepoStatsEntry > language > anyOf > item 0`](#items_language_anyOf_i0)
    - [1.11.2. Property `RepoStatsEntry Collection > RepoStatsEntry > language > anyOf > item 1`](#items_language_anyOf_i1)
  - [1.12. Property `RepoStatsEntry Collection > RepoStatsEntry > name`](#items_name)
    - [1.12.1. Property `RepoStatsEntry Collection > RepoStatsEntry > name > anyOf > item 0`](#items_name_anyOf_i0)
    - [1.12.2. Property `RepoStatsEntry Collection > RepoStatsEntry > name > anyOf > item 1`](#items_name_anyOf_i1)
  - [1.13. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at`](#items_pushed_at)
    - [1.13.1. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at > anyOf > item 0`](#items_pushed_at_anyOf_i0)
    - [1.13.2. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at > anyOf > item 1`](#items_pushed_at_anyOf_i1)

**Title:** RepoStatsEntry Collection

|              |         |
| ------------ | ------- |
| **Type**     | `array` |
| **Required** | No      |

**Description:** Repository metrics for a single artifact.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be | Description                               |
| ------------------------------- | ----------------------------------------- |
| [RepoStatsEntry](#items)        | Repository metrics for a single artifact. |

## <a name="items"></a>1. RepoStatsEntry Collection > RepoStatsEntry

**Title:** RepoStatsEntry

|                           |                        |
| ------------------------- | ---------------------- |
| **Type**                  | `object`               |
| **Required**              | No                     |
| **Additional properties** | Not allowed            |
| **Defined in**            | #/$defs/RepoStatsEntry |

**Description:** Repository metrics for a single artifact.

| Property                                       | Pattern | Type             | Deprecated | Definition | Title/Description |
| ---------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
| + [conference](#items_conference )             | No      | string           | No         | -          | Conference        |
| + [year](#items_year )                         | No      | integer          | No         | -          | Year              |
| + [title](#items_title )                       | No      | string           | No         | -          | Title             |
| + [url](#items_url )                           | No      | string           | No         | -          | Url               |
| + [source](#items_source )                     | No      | enum (of string) | No         | -          | Source            |
| - [github_stars](#items_github_stars )         | No      | Combination      | No         | -          | Github Stars      |
| - [github_forks](#items_github_forks )         | No      | Combination      | No         | -          | Github Forks      |
| - [zenodo_views](#items_zenodo_views )         | No      | Combination      | No         | -          | Zenodo Views      |
| - [zenodo_downloads](#items_zenodo_downloads ) | No      | Combination      | No         | -          | Zenodo Downloads  |
| - [description](#items_description )           | No      | Combination      | No         | -          | Description       |
| - [language](#items_language )                 | No      | Combination      | No         | -          | Language          |
| - [name](#items_name )                         | No      | Combination      | No         | -          | Name              |
| - [pushed_at](#items_pushed_at )               | No      | Combination      | No         | -          | Pushed At         |

### <a name="items_conference"></a>1.1. Property `RepoStatsEntry Collection > RepoStatsEntry > conference`

**Title:** Conference

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Conference abbreviation.

### <a name="items_year"></a>1.2. Property `RepoStatsEntry Collection > RepoStatsEntry > year`

**Title:** Year

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Publication year.

### <a name="items_title"></a>1.3. Property `RepoStatsEntry Collection > RepoStatsEntry > title`

**Title:** Title

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Paper title.

### <a name="items_url"></a>1.4. Property `RepoStatsEntry Collection > RepoStatsEntry > url`

**Title:** Url

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Repository or archive URL.

### <a name="items_source"></a>1.5. Property `RepoStatsEntry Collection > RepoStatsEntry > source`

**Title:** Source

|              |                    |
| ------------ | ------------------ |
| **Type**     | `enum (of string)` |
| **Required** | Yes                |

**Description:** Platform hosting the artifact.

Must be one of:
* "github"
* "zenodo"
* "figshare"

### <a name="items_github_stars"></a>1.6. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars`

**Title:** Github Stars

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** GitHub star count.

| Any of(Option)                         |
| -------------------------------------- |
| [item 0](#items_github_stars_anyOf_i0) |
| [item 1](#items_github_stars_anyOf_i1) |

#### <a name="items_github_stars_anyOf_i0"></a>1.6.1. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars > anyOf > item 0`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

#### <a name="items_github_stars_anyOf_i1"></a>1.6.2. Property `RepoStatsEntry Collection > RepoStatsEntry > github_stars > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_github_forks"></a>1.7. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks`

**Title:** Github Forks

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** GitHub fork count.

| Any of(Option)                         |
| -------------------------------------- |
| [item 0](#items_github_forks_anyOf_i0) |
| [item 1](#items_github_forks_anyOf_i1) |

#### <a name="items_github_forks_anyOf_i0"></a>1.7.1. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks > anyOf > item 0`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

#### <a name="items_github_forks_anyOf_i1"></a>1.7.2. Property `RepoStatsEntry Collection > RepoStatsEntry > github_forks > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_zenodo_views"></a>1.8. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views`

**Title:** Zenodo Views

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Zenodo view count.

| Any of(Option)                         |
| -------------------------------------- |
| [item 0](#items_zenodo_views_anyOf_i0) |
| [item 1](#items_zenodo_views_anyOf_i1) |

#### <a name="items_zenodo_views_anyOf_i0"></a>1.8.1. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views > anyOf > item 0`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

#### <a name="items_zenodo_views_anyOf_i1"></a>1.8.2. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_views > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_zenodo_downloads"></a>1.9. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads`

**Title:** Zenodo Downloads

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Zenodo download count.

| Any of(Option)                             |
| ------------------------------------------ |
| [item 0](#items_zenodo_downloads_anyOf_i0) |
| [item 1](#items_zenodo_downloads_anyOf_i1) |

#### <a name="items_zenodo_downloads_anyOf_i0"></a>1.9.1. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads > anyOf > item 0`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

#### <a name="items_zenodo_downloads_anyOf_i1"></a>1.9.2. Property `RepoStatsEntry Collection > RepoStatsEntry > zenodo_downloads > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_description"></a>1.10. Property `RepoStatsEntry Collection > RepoStatsEntry > description`

**Title:** Description

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Repository description (truncated to 120 characters).

| Any of(Option)                        |
| ------------------------------------- |
| [item 0](#items_description_anyOf_i0) |
| [item 1](#items_description_anyOf_i1) |

#### <a name="items_description_anyOf_i0"></a>1.10.1. Property `RepoStatsEntry Collection > RepoStatsEntry > description > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

| Restrictions   |     |
| -------------- | --- |
| **Max length** | 120 |

#### <a name="items_description_anyOf_i1"></a>1.10.2. Property `RepoStatsEntry Collection > RepoStatsEntry > description > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_language"></a>1.11. Property `RepoStatsEntry Collection > RepoStatsEntry > language`

**Title:** Language

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Primary programming language.

| Any of(Option)                     |
| ---------------------------------- |
| [item 0](#items_language_anyOf_i0) |
| [item 1](#items_language_anyOf_i1) |

#### <a name="items_language_anyOf_i0"></a>1.11.1. Property `RepoStatsEntry Collection > RepoStatsEntry > language > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_language_anyOf_i1"></a>1.11.2. Property `RepoStatsEntry Collection > RepoStatsEntry > language > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_name"></a>1.12. Property `RepoStatsEntry Collection > RepoStatsEntry > name`

**Title:** Name

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

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

| Any of(Option)                 |
| ------------------------------ |
| [item 0](#items_name_anyOf_i0) |
| [item 1](#items_name_anyOf_i1) |

#### <a name="items_name_anyOf_i0"></a>1.12.1. Property `RepoStatsEntry Collection > RepoStatsEntry > name > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_name_anyOf_i1"></a>1.12.2. Property `RepoStatsEntry Collection > RepoStatsEntry > name > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_pushed_at"></a>1.13. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at`

**Title:** Pushed At

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Timestamp of last push in ISO 8601 format.

| Any of(Option)                      |
| ----------------------------------- |
| [item 0](#items_pushed_at_anyOf_i0) |
| [item 1](#items_pushed_at_anyOf_i1) |

#### <a name="items_pushed_at_anyOf_i0"></a>1.13.1. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at > anyOf > item 0`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

#### <a name="items_pushed_at_anyOf_i1"></a>1.13.2. Property `RepoStatsEntry Collection > RepoStatsEntry > pushed_at > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-04-07 at 10:52:22 +0000
