ArtifactsByYear Collection

Type: array

Array of ArtifactsByYear records. Each element: Total artifact count for a single year, split into systems and security conferences.

No Additional Items

Each item of this array must be:

Type: object

Total artifact count for a single year, split into systems and security conferences.

No Additional Properties

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

count Required

Type: integer

Total evaluated artifacts across all conferences for this year.

Value must be greater or equal to 0


Example:

127

systems Required

Type: integer

Number of artifacts from systems conferences (ATC, EUROSYS, FAST, OSDI, SC, SOSP).

Value must be greater or equal to 0


Example:

75

security Required

Type: integer

Number of artifacts from security conferences (ACSAC, CHES, NDSS, PETS, SYSTEX, USENIXSEC, WOOT).

Value must be greater or equal to 0


Example:

52