Skip to content

Commit

Permalink
Add OmitEmpty Parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Nov 30, 2023
1 parent 8e88d74 commit ea4a54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ear.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type AttestationResult struct {
IssuedAt *int64 `json:"iat"`
Nonce *string `json:"eat_nonce,omitempty"`
Submods map[string]*Appraisal `json:"submods"`
UPEvidence *UnprocessedEvidence `json:"ear.up-evidence"`
UPEvidence *UnprocessedEvidence `json:"ear.up-evidence,omitempty"`

AttestationResultExtensions
}
Expand Down

0 comments on commit ea4a54c

Please sign in to comment.