Skip to content

Commit 0844b47

Browse files
authored
fix: make ID field in VerifiableAddress struct optional (#2507)
Closes #2506
1 parent cf63a1c commit 0844b47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

identity/identity_verification.go

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type VerifiableAddressStatus string
3535
type VerifiableAddress struct {
3636
// The ID
3737
//
38-
// required: true
3938
ID uuid.UUID `json:"id" db:"id" faker:"-"`
4039

4140
// The address value

0 commit comments

Comments
 (0)