Types
Claim
A single claim stored in a credential, discriminated by type.
type is omitted for boolean, number, and string claims, where the JSON type is already unambiguous, so narrow on
type only after handling those three. The remaining variants always carry it.
Union members
This type is one of the following.
type: "boolean"
Prop
Type
type: "number"
Prop
Type
type: "string"
Prop
Type
type: "binary"
Prop
Type
type: "date"
Prop
Type
type: "dateTime"
Prop
Type
type: "object"
Prop
Type
type: "array"
Prop
Type
Referenced by
Aliased by MobileCredentialClaims.
How would you rate this page?