You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to express information related to multiple subjects in a verifiable credential. The example below specifies two subjects who are spouses. Note the use of array notation to associate multiple subjects with the credentialSubject property.
EXAMPLE 7: Specifying multiple subjects in a verifiable credential
To improve conformance with the Verifiable Credential data model v1.1, add support for multiple subjects in a Verifiable Credential.
From the following excerpt at https://www.w3.org/TR/vc-data-model/#credential-subject, this entails supporting an array of subjects in the
credentialSubject
field in addition to an object.I will propose a pull request with an implementation.
The text was updated successfully, but these errors were encountered: