summaryrefslogtreecommitdiff
path: root/internal/api/model/field.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/field.go')
-rw-r--r--internal/api/model/field.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/field.go b/internal/api/model/field.go
index 399fef20a..c3dc8d67a 100644
--- a/internal/api/model/field.go
+++ b/internal/api/model/field.go
@@ -29,5 +29,5 @@ type Field struct {
Value string `json:"value"`
// If this field has been verified, when did this occur? (ISO 8601 Datetime).
// example: 2021-07-30T09:20:25+00:00
- VerifiedAt string `json:"verified_at,omitempty"`
+ VerifiedAt *string `json:"verified_at"`
}