Summary

Type: object

High-level summary statistics for the Jekyll site.

Written as summary.yml in _data/.

No Additional Properties

schema_version Required

Type: string

Semantic version of the data schema bundle.

total_artifacts Required

Type: integer

Total number of artifacts across all conferences.

Value must be greater or equal to 0

total_conferences Required

Type: integer

Total number of tracked conferences.

Value must be greater or equal to 0

systems_artifacts Required

Type: integer

Artifacts from systems conferences.

Value must be greater or equal to 0

security_artifacts Required

Type: integer

Artifacts from security conferences.

Value must be greater or equal to 0

conferences_list Required

Type: array of string

List of all tracked conference abbreviations.

No Additional Items

Each item of this array must be:

Type: string

systems_conferences Required

Type: array of string

List of systems conference abbreviations.

No Additional Items

Each item of this array must be:

Type: string

security_conferences Required

Type: array of string

List of security conference abbreviations.

No Additional Items

Each item of this array must be:

Type: string

year_range Required

Type: string

Range of years covered in 'YYYY-YYYY' format.

Must match regular expression: ^\d{4}-\d{4}$

last_updated Required

Type: string

ISO 8601 UTC timestamp of last data update.