StatusList2021Entry Credential status lookup information included in a Verifiable Credential that supports status lookup. Data model dictated by the Status List 2021 spec.

interface StatusList2021Entry {
    id: string;
    statusListCredential: string;
    statusListIndex: string;
    statusPurpose: string;
    type: string;
}

Properties

id: string

The id of the status list entry.

statusListCredential: string

URL to the status list.

statusListIndex: string

The index of the status entry in the status list. Poorly named by spec, should really be entryIndex.

statusPurpose: string

The status purpose of the status list entry.

type: string

The type of the status list entry.