w3c / vc-test-suite

Verifiable Credentials WG Test Suite
https://w3c.github.io/vc-test-suite/
BSD 3-Clause "New" or "Revised" License
69 stars 39 forks source link

credentialSubject must be a set of objects that contain one or more properties #130

Open TimoGlastra opened 1 year ago

TimoGlastra commented 1 year ago

As per recommendation from @bumblefudge opening this issue here. 1

The VC Data Model describes the credentialSubject as "a set of objects that contain one or more properties".

Looking at the vc-test-suite this isn't tested (it only checks for the omission of a credential subject). Is there relevance in requiring the credentialSubject to be non-empty?

If so, should the vc-test-suite test for this requirement from the specification?