TemplateDisplayClaim
Defines a claim included in a verifiable credential
type TemplateDisplayClaim {
claim: String!
description: String
isFixed: Boolean
isOptional: Boolean
label: String!
type: ClaimType!
validation: ClaimValidation
value: String
}
Fields
TemplateDisplayClaim.claim
● String!
non-null scalar
The name of the claim.
TemplateDisplayClaim.description
● String
scalar
The description of the claim.
TemplateDisplayClaim.isFixed
● Boolean
scalar
Indicates the value is fixed for this claim when issuing this credential
TemplateDisplayClaim.isOptional
● Boolean
scalar
Indicates a value need not be provided for this claim when issuing this credential.
TemplateDisplayClaim.label
● String!
non-null scalar
The label of the claim.
TemplateDisplayClaim.type
● ClaimType!
non-null enum
The type of the claim.
TemplateDisplayClaim.validation
● ClaimValidation
union
Defines how the value of the claim should be validated.
TemplateDisplayClaim.value
● String
scalar
The value for the claim (optional, provides a fixed value for this claim).
Member Of
TemplateDisplayModel
object