Skip to content

Commit

Permalink
Merge pull request trustbloc#1600 from aholovko/fix_claims_order
Browse files Browse the repository at this point in the history
fix: missing Order field in credential subject claims
  • Loading branch information
aholovko authored Feb 19, 2024
2 parents 9a26871 + 7361b7a commit 85f957d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/profile/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ type Claim struct {
Pattern string `json:"pattern"`
Mask string `json:"mask"`
Display []L10n `json:"display"`
Order *int `json:"order,omitempty"`
}

type L10n struct {
Expand Down

0 comments on commit 85f957d

Please sign in to comment.