Skip to main content

VerifiedClaimsValue

Represents a single credential with its claims and type

idstringrequired

The id of the query. Can be a presentation exchange id, a DCQL query or query set Id. Used by the RP to match the credential against the query

typestringrequired

The digital credential type. Can be a vct value, or for instance a json-ld type

claims object

The claims returned and deserialized in the form of a map, where the keys represent the claim names

property name*string
VerifiedClaimsValue
{
"id": "string",
"type": "string",
"claims": {}
}