-
Notifications
You must be signed in to change notification settings - Fork 32
Description
The definition of the mandatory
key in the claim display metadata in the format profiles in Appendix A seems to be incomplete for SD-JWT VC.
The first two read:
mandatory
: OPTIONAL. Boolean which, when set totrue
, indicates that the Credential Issuer will always include this claim in the issued Credential. If set tofalse
, the claim is not included in the issued Credential if the wallet did not request the inclusion of the claim, and/or if the Credential Issuer chose to not include the claim. If themandatory
parameter is omitted, the default value isfalse
.
The one for SD-JWT VC reads:
mandatory
: OPTIONAL. Boolean which when set totrue
indicates the claim MUST be present in the issued Credential. If themandatory
property is omitted its default should be assumed to befalse
.
Additional question: Why is there a normative keyword in the latter but not the previous two?
This is the PR introducing this change, but I don't have the time for archeology right now: #128