Claim
@Serializable
Constructors
Link copied to clipboard
constructor(path: DCQLClaimsPathPointer, display: Set<ClaimDisplay>? = null, selectivelyDisclosable: ClaimSelectiveDisclosable? = null, svgId: String? = null)
Properties
Link copied to clipboard
OPTIONAL.The display
property is an array containing display information for the claim. The array MUST contain an object for each language that is supported by the type. The consuming application MUST use the language tag it considers most appropriate for the user.
Link copied to clipboard
REQUIRED. An array indicating the claim or claims that are being addressed.
Link copied to clipboard
OPTIONAL. A string indicating whether the claim is selectively disclosable,
Link copied to clipboard
OPTIONAL. A string defining the ID of the claim for reference in the SVG template. The ID MUST be unique within the type metadata. It MUST consist of only alphanumeric characters and underscores and MUST NOT start with a digit. This property is OPTIONAL.