| Field | Type | Required | Description | Example |
|---|---|---|---|---|
lastVerifier |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
lastVerificationTs |
Optional<Long> | ➖ | The unix timestamp of the verification (in seconds since epoch UTC). | |
expirationTs |
Optional<Long> | ➖ | The unix timestamp of the verification expiration if applicable (in seconds since epoch UTC). | |
document |
Optional<Document> | ➖ | N/A | |
reminders |
List<Reminder> | ➖ | Info about all outstanding verification reminders for the document if exists. | |
lastReminder |
Optional<Reminder> | ➖ | N/A | |
visitorCount |
List<CountInfo> | ➖ | Number of visitors to the document during included time periods. | |
candidateVerifiers |
List<Person> | ➖ | List of potential verifiers for the document e.g. old verifiers and/or users with view/edit permissions. |