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