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