# Repository Statistics Summary

- [1. Property `Repository Statistics Summary > overall`](#overall)
  - [1.1. Property `Repository Statistics Summary > overall > github_repos`](#overall_github_repos)
  - [1.2. Property `Repository Statistics Summary > overall > total_stars`](#overall_total_stars)
  - [1.3. Property `Repository Statistics Summary > overall > total_forks`](#overall_total_forks)
  - [1.4. Property `Repository Statistics Summary > overall > max_stars`](#overall_max_stars)
  - [1.5. Property `Repository Statistics Summary > overall > max_forks`](#overall_max_forks)
  - [1.6. Property `Repository Statistics Summary > overall > zenodo_repos`](#overall_zenodo_repos)
  - [1.7. Property `Repository Statistics Summary > overall > total_views`](#overall_total_views)
  - [1.8. Property `Repository Statistics Summary > overall > total_downloads`](#overall_total_downloads)
  - [1.9. Property `Repository Statistics Summary > overall > avg_stars`](#overall_avg_stars)
  - [1.10. Property `Repository Statistics Summary > overall > avg_forks`](#overall_avg_forks)
  - [1.11. Property `Repository Statistics Summary > overall > last_updated`](#overall_last_updated)
- [2. Property `Repository Statistics Summary > by_conference`](#by_conference)
  - [2.1. Repository Statistics Summary > by_conference > by_conference items](#by_conference_items)
    - [2.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > name`](#by_conference_items_name)
    - [2.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > github_repos`](#by_conference_items_github_repos)
    - [2.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > total_stars`](#by_conference_items_total_stars)
    - [2.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > total_forks`](#by_conference_items_total_forks)
    - [2.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > avg_stars`](#by_conference_items_avg_stars)
    - [2.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > avg_forks`](#by_conference_items_avg_forks)
    - [2.1.7. Property `Repository Statistics Summary > by_conference > by_conference items > max_stars`](#by_conference_items_max_stars)
    - [2.1.8. Property `Repository Statistics Summary > by_conference > by_conference items > max_forks`](#by_conference_items_max_forks)
    - [2.1.9. Property `Repository Statistics Summary > by_conference > by_conference items > years`](#by_conference_items_years)
      - [2.1.9.1. Repository Statistics Summary > by_conference > by_conference items > years > years items](#by_conference_items_years_items)
        - [2.1.9.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > year`](#by_conference_items_years_items_year)
        - [2.1.9.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > github_repos`](#by_conference_items_years_items_github_repos)
        - [2.1.9.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > total_stars`](#by_conference_items_years_items_total_stars)
        - [2.1.9.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > total_forks`](#by_conference_items_years_items_total_forks)
        - [2.1.9.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > avg_stars`](#by_conference_items_years_items_avg_stars)
        - [2.1.9.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > avg_forks`](#by_conference_items_years_items_avg_forks)
    - [2.1.10. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos`](#by_conference_items_top_repos)
      - [2.1.10.1. Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items](#by_conference_items_top_repos_items)
        - [2.1.10.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > name`](#by_conference_items_top_repos_items_name)
        - [2.1.10.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > url`](#by_conference_items_top_repos_items_url)
        - [2.1.10.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > stars`](#by_conference_items_top_repos_items_stars)
        - [2.1.10.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > forks`](#by_conference_items_top_repos_items_forks)
        - [2.1.10.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > language`](#by_conference_items_top_repos_items_language)
        - [2.1.10.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > description`](#by_conference_items_top_repos_items_description)
- [3. Property `Repository Statistics Summary > by_year`](#by_year)
  - [3.1. Repository Statistics Summary > by_year > by_year items](#by_year_items)
    - [3.1.1. Property `Repository Statistics Summary > by_year > by_year items > year`](#by_year_items_year)
    - [3.1.2. Property `Repository Statistics Summary > by_year > by_year items > github_repos`](#by_year_items_github_repos)
    - [3.1.3. Property `Repository Statistics Summary > by_year > by_year items > total_stars`](#by_year_items_total_stars)
    - [3.1.4. Property `Repository Statistics Summary > by_year > by_year items > total_forks`](#by_year_items_total_forks)
    - [3.1.5. Property `Repository Statistics Summary > by_year > by_year items > avg_stars`](#by_year_items_avg_stars)
    - [3.1.6. Property `Repository Statistics Summary > by_year > by_year items > avg_forks`](#by_year_items_avg_forks)

**Title:** Repository Statistics Summary

|                           |             |
| ------------------------- | ----------- |
| **Type**                  | `object`    |
| **Required**              | No          |
| **Additional properties** | Not allowed |

**Description:** Aggregated repository metrics for the Jekyll site. Written as repo_stats.yml in _data/.

| Property                           | Pattern | Type            | Deprecated | Definition | Title/Description                         |
| ---------------------------------- | ------- | --------------- | ---------- | ---------- | ----------------------------------------- |
| + [overall](#overall )             | No      | object          | No         | -          | Global repository metrics.                |
| + [by_conference](#by_conference ) | No      | array of object | No         | -          | Repository metrics grouped by conference. |
| + [by_year](#by_year )             | No      | array of object | No         | -          | Repository metrics grouped by year.       |

## <a name="overall"></a>1. Property `Repository Statistics Summary > overall`

|                           |             |
| ------------------------- | ----------- |
| **Type**                  | `object`    |
| **Required**              | Yes         |
| **Additional properties** | Not allowed |

**Description:** Global repository metrics.

| Property                                       | Pattern | Type    | Deprecated | Definition | Title/Description |
| ---------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| + [github_repos](#overall_github_repos )       | No      | integer | No         | -          | -                 |
| + [total_stars](#overall_total_stars )         | No      | integer | No         | -          | -                 |
| + [total_forks](#overall_total_forks )         | No      | integer | No         | -          | -                 |
| + [max_stars](#overall_max_stars )             | No      | integer | No         | -          | -                 |
| + [max_forks](#overall_max_forks )             | No      | integer | No         | -          | -                 |
| + [zenodo_repos](#overall_zenodo_repos )       | No      | integer | No         | -          | -                 |
| + [total_views](#overall_total_views )         | No      | integer | No         | -          | -                 |
| + [total_downloads](#overall_total_downloads ) | No      | integer | No         | -          | -                 |
| + [avg_stars](#overall_avg_stars )             | No      | number  | No         | -          | -                 |
| + [avg_forks](#overall_avg_forks )             | No      | number  | No         | -          | -                 |
| + [last_updated](#overall_last_updated )       | No      | string  | No         | -          | -                 |

### <a name="overall_github_repos"></a>1.1. Property `Repository Statistics Summary > overall > github_repos`

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

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

### <a name="overall_total_stars"></a>1.2. Property `Repository Statistics Summary > overall > total_stars`

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

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

### <a name="overall_total_forks"></a>1.3. Property `Repository Statistics Summary > overall > total_forks`

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

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

### <a name="overall_max_stars"></a>1.4. Property `Repository Statistics Summary > overall > max_stars`

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

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

### <a name="overall_max_forks"></a>1.5. Property `Repository Statistics Summary > overall > max_forks`

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

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

### <a name="overall_zenodo_repos"></a>1.6. Property `Repository Statistics Summary > overall > zenodo_repos`

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

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

### <a name="overall_total_views"></a>1.7. Property `Repository Statistics Summary > overall > total_views`

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

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

### <a name="overall_total_downloads"></a>1.8. Property `Repository Statistics Summary > overall > total_downloads`

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

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

### <a name="overall_avg_stars"></a>1.9. Property `Repository Statistics Summary > overall > avg_stars`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | Yes      |

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

### <a name="overall_avg_forks"></a>1.10. Property `Repository Statistics Summary > overall > avg_forks`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | Yes      |

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

### <a name="overall_last_updated"></a>1.11. Property `Repository Statistics Summary > overall > last_updated`

|              |             |
| ------------ | ----------- |
| **Type**     | `string`    |
| **Required** | Yes         |
| **Format**   | `date-time` |

## <a name="by_conference"></a>2. Property `Repository Statistics Summary > by_conference`

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of object` |
| **Required** | Yes               |

**Description:** Repository metrics grouped by conference.

|                      | 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 |
| ------------------------------------------- | ----------- |
| [by_conference items](#by_conference_items) | -           |

### <a name="by_conference_items"></a>2.1. Repository Statistics Summary > by_conference > by_conference items

|                           |             |
| ------------------------- | ----------- |
| **Type**                  | `object`    |
| **Required**              | No          |
| **Additional properties** | Not allowed |

| Property                                             | Pattern | Type            | Deprecated | Definition | Title/Description |
| ---------------------------------------------------- | ------- | --------------- | ---------- | ---------- | ----------------- |
| + [name](#by_conference_items_name )                 | No      | string          | No         | -          | -                 |
| + [github_repos](#by_conference_items_github_repos ) | No      | integer         | No         | -          | -                 |
| + [total_stars](#by_conference_items_total_stars )   | No      | integer         | No         | -          | -                 |
| + [total_forks](#by_conference_items_total_forks )   | No      | integer         | No         | -          | -                 |
| + [avg_stars](#by_conference_items_avg_stars )       | No      | number          | No         | -          | -                 |
| + [avg_forks](#by_conference_items_avg_forks )       | No      | number          | No         | -          | -                 |
| + [max_stars](#by_conference_items_max_stars )       | No      | integer         | No         | -          | -                 |
| + [max_forks](#by_conference_items_max_forks )       | No      | integer         | No         | -          | -                 |
| - [years](#by_conference_items_years )               | No      | array of object | No         | -          | -                 |
| - [top_repos](#by_conference_items_top_repos )       | No      | array of object | No         | -          | -                 |

#### <a name="by_conference_items_name"></a>2.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > name`

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

#### <a name="by_conference_items_github_repos"></a>2.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > github_repos`

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

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

#### <a name="by_conference_items_total_stars"></a>2.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > total_stars`

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

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

#### <a name="by_conference_items_total_forks"></a>2.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > total_forks`

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

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

#### <a name="by_conference_items_avg_stars"></a>2.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > avg_stars`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | Yes      |

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

#### <a name="by_conference_items_avg_forks"></a>2.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > avg_forks`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | Yes      |

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

#### <a name="by_conference_items_max_stars"></a>2.1.7. Property `Repository Statistics Summary > by_conference > by_conference items > max_stars`

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

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

#### <a name="by_conference_items_max_forks"></a>2.1.8. Property `Repository Statistics Summary > by_conference > by_conference items > max_forks`

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

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

#### <a name="by_conference_items_years"></a>2.1.9. Property `Repository Statistics Summary > by_conference > by_conference items > years`

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

|                      | 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 |
| ----------------------------------------------- | ----------- |
| [years items](#by_conference_items_years_items) | -           |

##### <a name="by_conference_items_years_items"></a>2.1.9.1. Repository Statistics Summary > by_conference > by_conference items > years > years items

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `object`         |
| **Required**              | No               |
| **Additional properties** | Any type allowed |

| Property                                                         | Pattern | Type    | Deprecated | Definition | Title/Description |
| ---------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| - [year](#by_conference_items_years_items_year )                 | No      | integer | No         | -          | -                 |
| - [github_repos](#by_conference_items_years_items_github_repos ) | No      | integer | No         | -          | -                 |
| - [total_stars](#by_conference_items_years_items_total_stars )   | No      | integer | No         | -          | -                 |
| - [total_forks](#by_conference_items_years_items_total_forks )   | No      | integer | No         | -          | -                 |
| - [avg_stars](#by_conference_items_years_items_avg_stars )       | No      | number  | No         | -          | -                 |
| - [avg_forks](#by_conference_items_years_items_avg_forks )       | No      | number  | No         | -          | -                 |

###### <a name="by_conference_items_years_items_year"></a>2.1.9.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > year`

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

###### <a name="by_conference_items_years_items_github_repos"></a>2.1.9.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > github_repos`

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

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

###### <a name="by_conference_items_years_items_total_stars"></a>2.1.9.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > total_stars`

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

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

###### <a name="by_conference_items_years_items_total_forks"></a>2.1.9.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > total_forks`

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

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

###### <a name="by_conference_items_years_items_avg_stars"></a>2.1.9.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > avg_stars`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | No       |

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

###### <a name="by_conference_items_years_items_avg_forks"></a>2.1.9.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > years > years items > avg_forks`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | No       |

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

#### <a name="by_conference_items_top_repos"></a>2.1.10. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos`

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

|                      | 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 |
| ------------------------------------------------------- | ----------- |
| [top_repos items](#by_conference_items_top_repos_items) | -           |

##### <a name="by_conference_items_top_repos_items"></a>2.1.10.1. Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `object`         |
| **Required**              | No               |
| **Additional properties** | Any type allowed |

| Property                                                           | Pattern | Type    | Deprecated | Definition | Title/Description |
| ------------------------------------------------------------------ | ------- | ------- | ---------- | ---------- | ----------------- |
| - [name](#by_conference_items_top_repos_items_name )               | No      | string  | No         | -          | -                 |
| - [url](#by_conference_items_top_repos_items_url )                 | No      | string  | No         | -          | -                 |
| - [stars](#by_conference_items_top_repos_items_stars )             | No      | integer | No         | -          | -                 |
| - [forks](#by_conference_items_top_repos_items_forks )             | No      | integer | No         | -          | -                 |
| - [language](#by_conference_items_top_repos_items_language )       | No      | string  | No         | -          | -                 |
| - [description](#by_conference_items_top_repos_items_description ) | No      | string  | No         | -          | -                 |

###### <a name="by_conference_items_top_repos_items_name"></a>2.1.10.1.1. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > name`

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

###### <a name="by_conference_items_top_repos_items_url"></a>2.1.10.1.2. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > url`

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

###### <a name="by_conference_items_top_repos_items_stars"></a>2.1.10.1.3. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > stars`

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

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

###### <a name="by_conference_items_top_repos_items_forks"></a>2.1.10.1.4. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > forks`

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

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

###### <a name="by_conference_items_top_repos_items_language"></a>2.1.10.1.5. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > language`

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

###### <a name="by_conference_items_top_repos_items_description"></a>2.1.10.1.6. Property `Repository Statistics Summary > by_conference > by_conference items > top_repos > top_repos items > description`

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

## <a name="by_year"></a>3. Property `Repository Statistics Summary > by_year`

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of object` |
| **Required** | Yes               |

**Description:** Repository metrics grouped by year.

|                      | 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 |
| ------------------------------- | ----------- |
| [by_year items](#by_year_items) | -           |

### <a name="by_year_items"></a>3.1. Repository Statistics Summary > by_year > by_year items

|                           |             |
| ------------------------- | ----------- |
| **Type**                  | `object`    |
| **Required**              | No          |
| **Additional properties** | Not allowed |

| Property                                       | Pattern | Type    | Deprecated | Definition | Title/Description |
| ---------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| + [year](#by_year_items_year )                 | No      | integer | No         | -          | -                 |
| + [github_repos](#by_year_items_github_repos ) | No      | integer | No         | -          | -                 |
| + [total_stars](#by_year_items_total_stars )   | No      | integer | No         | -          | -                 |
| - [total_forks](#by_year_items_total_forks )   | No      | integer | No         | -          | -                 |
| - [avg_stars](#by_year_items_avg_stars )       | No      | number  | No         | -          | -                 |
| - [avg_forks](#by_year_items_avg_forks )       | No      | number  | No         | -          | -                 |

#### <a name="by_year_items_year"></a>3.1.1. Property `Repository Statistics Summary > by_year > by_year items > year`

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

#### <a name="by_year_items_github_repos"></a>3.1.2. Property `Repository Statistics Summary > by_year > by_year items > github_repos`

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

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

#### <a name="by_year_items_total_stars"></a>3.1.3. Property `Repository Statistics Summary > by_year > by_year items > total_stars`

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

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

#### <a name="by_year_items_total_forks"></a>3.1.4. Property `Repository Statistics Summary > by_year > by_year items > total_forks`

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

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

#### <a name="by_year_items_avg_stars"></a>3.1.5. Property `Repository Statistics Summary > by_year > by_year items > avg_stars`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | No       |

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

#### <a name="by_year_items_avg_forks"></a>3.1.6. Property `Repository Statistics Summary > by_year > by_year items > avg_forks`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | No       |

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

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