Skip to main content

MDocClaim

A single claim from an mDoc credential. Represents an IssuerSignedItem from the mDoc specification.

type MDocClaim {
elementIdentifier: String!
elementValue: JSON
}

Fields

MDocClaim.elementIdentifier ● String! non-null scalar

The identifier of the data element (claim name).

MDocClaim.elementValue ● JSON scalar

The value of the data element (claim value). Can be any JSON-compatible type (string, number, boolean, object, array, null).

Member Of

MDocNamespace object