# Summary

- [1. Property `Summary > total_artifacts`](#total_artifacts)
- [2. Property `Summary > total_conferences`](#total_conferences)
- [3. Property `Summary > systems_artifacts`](#systems_artifacts)
- [4. Property `Summary > security_artifacts`](#security_artifacts)
- [5. Property `Summary > conferences_list`](#conferences_list)
  - [5.1. Summary > conferences_list > conferences_list items](#conferences_list_items)
- [6. Property `Summary > systems_conferences`](#systems_conferences)
  - [6.1. Summary > systems_conferences > systems_conferences items](#systems_conferences_items)
- [7. Property `Summary > security_conferences`](#security_conferences)
  - [7.1. Summary > security_conferences > security_conferences items](#security_conferences_items)
- [8. Property `Summary > year_range`](#year_range)
- [9. Property `Summary > last_updated`](#last_updated)

**Title:** Summary

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

**Description:** High-level summary statistics for the Jekyll site.

Written as ``summary.yml`` in ``_data/``.

| Property                                         | Pattern | Type            | Deprecated | Definition | Title/Description    |
| ------------------------------------------------ | ------- | --------------- | ---------- | ---------- | -------------------- |
| + [total_artifacts](#total_artifacts )           | No      | integer         | No         | -          | Total Artifacts      |
| + [total_conferences](#total_conferences )       | No      | integer         | No         | -          | Total Conferences    |
| + [systems_artifacts](#systems_artifacts )       | No      | integer         | No         | -          | Systems Artifacts    |
| + [security_artifacts](#security_artifacts )     | No      | integer         | No         | -          | Security Artifacts   |
| + [conferences_list](#conferences_list )         | No      | array of string | No         | -          | Conferences List     |
| + [systems_conferences](#systems_conferences )   | No      | array of string | No         | -          | Systems Conferences  |
| + [security_conferences](#security_conferences ) | No      | array of string | No         | -          | Security Conferences |
| + [year_range](#year_range )                     | No      | string          | No         | -          | Year Range           |
| + [last_updated](#last_updated )                 | No      | string          | No         | -          | Last Updated         |

## <a name="total_artifacts"></a>1. Property `Summary > total_artifacts`

**Title:** Total Artifacts

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

**Description:** Total number of artifacts across all conferences.

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

## <a name="total_conferences"></a>2. Property `Summary > total_conferences`

**Title:** Total Conferences

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

**Description:** Total number of tracked conferences.

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

## <a name="systems_artifacts"></a>3. Property `Summary > systems_artifacts`

**Title:** Systems Artifacts

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

**Description:** Artifacts from systems conferences.

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

## <a name="security_artifacts"></a>4. Property `Summary > security_artifacts`

**Title:** Security Artifacts

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

**Description:** Artifacts from security conferences.

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

## <a name="conferences_list"></a>5. Property `Summary > conferences_list`

**Title:** Conferences List

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

**Description:** List of all tracked conference abbreviations.

|                      | 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 |
| ------------------------------------------------- | ----------- |
| [conferences_list items](#conferences_list_items) | -           |

### <a name="conferences_list_items"></a>5.1. Summary > conferences_list > conferences_list items

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

## <a name="systems_conferences"></a>6. Property `Summary > systems_conferences`

**Title:** Systems Conferences

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

**Description:** List of systems conference abbreviations.

|                      | 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 |
| ------------------------------------------------------- | ----------- |
| [systems_conferences items](#systems_conferences_items) | -           |

### <a name="systems_conferences_items"></a>6.1. Summary > systems_conferences > systems_conferences items

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

## <a name="security_conferences"></a>7. Property `Summary > security_conferences`

**Title:** Security Conferences

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

**Description:** List of security conference abbreviations.

|                      | 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 |
| --------------------------------------------------------- | ----------- |
| [security_conferences items](#security_conferences_items) | -           |

### <a name="security_conferences_items"></a>7.1. Summary > security_conferences > security_conferences items

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

## <a name="year_range"></a>8. Property `Summary > year_range`

**Title:** Year Range

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

**Description:** Range of years covered in 'YYYY-YYYY' format.

| Restrictions                      |                                                                                       |
| --------------------------------- | ------------------------------------------------------------------------------------- |
| **Must match regular expression** | ```^\d{4}-\d{4}$``` [Test](https://regex101.com/?regex=%5E%5Cd%7B4%7D-%5Cd%7B4%7D%24) |

## <a name="last_updated"></a>9. Property `Summary > last_updated`

**Title:** Last Updated

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

**Description:** ISO 8601 UTC timestamp of last data update.

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