Skip to content

Commit

Permalink
type required
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jul 9, 2024
1 parent 4f2d991 commit af26b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/document/did.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func NewDidErrorResolution(errCode ErrorCode, errMsg string) *DidResolution {

type VerificationMethod struct {
ID string `json:"id"`
Type string `json:"type,omitempty"`
Type string `json:"type"`
Controller *string `json:"controller,omitempty"`
BlockchainAccountID *string `json:"blockchainAccountId"`
IdentityState
Expand Down

0 comments on commit af26b40

Please sign in to comment.