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