ArtifactAvailability

Type: object

Top-level artifact availability output.

No Additional Properties

summary Required

Type: object

Aggregate accessibility summary.

No Additional Properties

checked_at Required

Type: string

Timestamp of the check (UTC).

total_urls Required

Type: integer

Total URLs checked.

Value must be greater or equal to 0

accessible_urls Required

Type: integer

URLs that were accessible.

Value must be greater or equal to 0

Type: number

Overall accessibility percentage.

Value must be greater or equal to 0 and lesser or equal to 100

by_platform Required

Type: object

Stats keyed by hosting platform domain (e.g. 'github.com', 'zenodo.org', 'figshare.com').

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

No Additional Properties

total Required

Type: integer

Total URLs checked.

Value must be greater or equal to 0

accessible Required

Type: integer

URLs that were accessible.

Value must be greater or equal to 0

pct Required

Type: number

Accessibility percentage.

Value must be greater or equal to 0 and lesser or equal to 100

by_area Required

Type: object

Stats keyed by research area ('systems' or 'security').

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

Same definition as PlatformStats

by_year Required

Type: object

Stats keyed by publication year as string (e.g. '2023').

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

Same definition as PlatformStats

by_year_area Required

Type: object

Stats keyed by year (str), then by area ('systems'/'security').

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

Same definition as PlatformStats

by_year_platform Required

Type: object

Stats keyed by year (str), then by platform domain.

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

Same definition as PlatformStats

by_conference Required

Type: object

Stats keyed by conference abbreviation (e.g. 'OSDI', 'USENIXSEC').

Each additional property must conform to the following schema

Type: object

Accessibility stats for a single platform.

Same definition as PlatformStats

records Required

Type: array

Per-URL check results.

No Additional Items

Each item of this array must be:

Type: object

Accessibility check result for a single artifact URL.

No Additional Properties

conference Required

Type: string

Conference name.

year Required

Type: integer

Publication year.

area Required

Type: string

Research area.

title Required

Type: string

Paper title.

url_key Required

Type: string

Key indicating URL type (e.g. 'repository_url').

url Required

Type: string

The artifact URL checked.

platform Required

Type: string

Detected hosting platform.

accessible Required

Type: boolean

Whether the URL was accessible.