# YearCount Collection

- [1. YearCount Collection > YearCount](#items)
  - [1.1. Property `YearCount Collection > YearCount > year`](#items_year)
  - [1.2. Property `YearCount Collection > YearCount > count`](#items_count)
  - [1.3. Property `YearCount Collection > YearCount > systems`](#items_systems)
  - [1.4. Property `YearCount Collection > YearCount > security`](#items_security)

**Title:** YearCount Collection

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

**Description:** Artifact count for a single year with systems/security breakdown.

|                      | 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                                                       |
| ------------------------------- | ----------------------------------------------------------------- |
| [YearCount](#items)             | Artifact count for a single year with systems/security breakdown. |

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

**Title:** YearCount

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

**Description:** Artifact count for a single year with systems/security breakdown.

| Property                       | Pattern | Type    | Deprecated | Definition | Title/Description |
| ------------------------------ | ------- | ------- | ---------- | ---------- | ----------------- |
| + [year](#items_year )         | No      | integer | No         | -          | Year              |
| + [count](#items_count )       | No      | integer | No         | -          | Count             |
| + [systems](#items_systems )   | No      | integer | No         | -          | Systems           |
| + [security](#items_security ) | No      | integer | No         | -          | Security          |

### <a name="items_year"></a>1.1. Property `YearCount Collection > YearCount > year`

**Title:** Year

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

**Description:** Publication year.

### <a name="items_count"></a>1.2. Property `YearCount Collection > YearCount > count`

**Title:** Count

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

**Description:** Total artifacts for this year.

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

### <a name="items_systems"></a>1.3. Property `YearCount Collection > YearCount > systems`

**Title:** Systems

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

**Description:** Artifacts from systems conferences.

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

### <a name="items_security"></a>1.4. Property `YearCount Collection > YearCount > security`

**Title:** Security

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

**Description:** Artifacts from security conferences.

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

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