Summary

Type: object

High-level summary: total artifact and conference counts, year range, and last-updated timestamp.

No Additional Properties

schema_version Required

Type: string

Semantic version of the data schema bundle, e.g. '0.1.1'.


Example:

"0.1.2"

total_artifacts Required

Type: integer

Total number of evaluated artifacts across all conferences and years, e.g. 2831.

Value must be greater or equal to 0


Example:

2831

total_conferences Required

Type: integer

Total number of tracked conferences, e.g. 13.

Value must be greater or equal to 0


Example:

13

systems_artifacts Required

Type: integer

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

Value must be greater or equal to 0

security_artifacts Required

Type: integer

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

Value must be greater or equal to 0

conferences_list Required

Type: array of string

All tracked conference abbreviations, e.g. ['ACSAC', 'ATC', 'CHES', ..., 'WOOT'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "ACSAC",
    "ATC",
    "CHES",
    "EUROSYS",
    "FAST",
    "NDSS",
    "OSDI",
    "PETS",
    "SC",
    "SOSP",
    "SYSTEX",
    "USENIXSEC",
    "WOOT"
]

systems_conferences Required

Type: array of string

Systems conference abbreviations, e.g. ['ATC', 'EUROSYS', 'FAST', 'OSDI', 'SC', 'SOSP'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "ATC",
    "EUROSYS",
    "FAST",
    "OSDI",
    "SC",
    "SOSP"
]

security_conferences Required

Type: array of string

Security conference abbreviations, e.g. ['ACSAC', 'CHES', 'NDSS', 'PETS', 'SYSTEX', 'USENIXSEC', 'WOOT'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "ACSAC",
    "CHES",
    "NDSS",
    "PETS",
    "SYSTEX",
    "USENIXSEC",
    "WOOT"
]

year_range Required

Type: string

Range of years covered, e.g. '2017-2026'.

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

"2017-2026"

last_updated Required

Type: string

ISO 8601 UTC timestamp of last data update, e.g. '2026-04-27 21:26:06 UTC'.


Example:

"2026-04-27 21:26:09 UTC"