From 0844b47c30851c548d46273927afee103cdc0e97 Mon Sep 17 00:00:00 2001 From: Atreya <44151328+atreya2011@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:58:28 +0900 Subject: [PATCH] fix: make ID field in VerifiableAddress struct optional (#2507) Closes #2506 --- identity/identity_verification.go | 1 - 1 file changed, 1 deletion(-) diff --git a/identity/identity_verification.go b/identity/identity_verification.go index c0e09fb404a..f2d975b61cf 100644 --- a/identity/identity_verification.go +++ b/identity/identity_verification.go @@ -35,7 +35,6 @@ type VerifiableAddressStatus string type VerifiableAddress struct { // The ID // - // required: true ID uuid.UUID `json:"id" db:"id" faker:"-"` // The address value