Skip to content

Commit

Permalink
Merge pull request #180 from atc0005/i179-fix-invalid-json-key-name
Browse files Browse the repository at this point in the history
Fix invalid JSON key name for Element.URL field
  • Loading branch information
atc0005 committed Jul 20, 2022
2 parents 9b58fce + d4f8e6b commit 3a6d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptivecard/adaptivecard.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ type Element struct {
//
// https://adaptivecards.io/explorer/Image.html
// https://adaptivecards.io/explorer/ImageSet.html
URL string `json:"uri,omitempty"`
URL string `json:"url,omitempty"`

// Size controls the size of text within a TextBlock element.
Size string `json:"size,omitempty"`
Expand Down

0 comments on commit 3a6d4cd

Please sign in to comment.