| Field | Type | Required | Description | Example |
|---|---|---|---|---|
assignee |
Person | ✔️ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
requestor |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
remindAt |
long | ✔️ | Unix timestamp for when the reminder should trigger (in seconds since epoch UTC). | |
createdAt |
Optional<Long> | ➖ | Unix timestamp for when the reminder was first created (in seconds since epoch UTC). | |
reason |
Optional<String> | ➖ | An optional free-text reason for the reminder. This is particularly useful when a reminder is used to ask for verification from another user (for example, "Duplicate", "Incomplete", "Incorrect"). |