w3c / vc-data-integrity

W3C Data Integrity Specification
https://w3c.github.io/vc-data-integrity/
Other
40 stars 18 forks source link

Adjustments to the `revoked` property #182

Closed OR13 closed 12 months ago

OR13 commented 1 year ago

Multikey defines revoked but JsonWebKey does not.

"revoked": {
  "@id": "https://w3id.org/security#revoked",
  "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},

On https://github.com/w3c/vc-jose-cose/pull/144#discussion_r1305826152 @TallTed asks if this field should include TZ.

If we make such a change, we would want to ensure it applies to all Verification Method classes, and was documented the same in both specs.

msporny commented 1 year ago

we would want to ensure it applies to all Verification Method classes, and was documented the same in both specs.

Agree.

For the time being, I'll just bring both VM classes inline w/ each other.

msporny commented 1 year ago

PR #184 has been raised to address this issue. This issue will be closed once PR #184 is merged.

msporny commented 12 months ago

PR #184 has been merged, closing.