Skip to main content

CredentialSubject type

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The value of the credentialSubject property is defined as a set of objects that contain one or more properties that are each related to a subject of the verifiable credential. Each object MAY contain an id.

See Credential Subject

This API may change without a BREAKING CHANGE notice.

Signature:

export type CredentialSubject = {
id?: string
[x: string]: any
}