vc-data-model
vc-data-model copied to clipboard
W3C Verifiable Credentials v2.0 Specification
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-160v1.pdf > By applying the security design principles within a systems engineering process, it is possible to assemble a body of evidence to demonstrate that trust is warranted in an...
In section "[A.4 Proofs (Signatures)](https://w3c.github.io/vc-data-model/#proofs-signatures-0)" in the W3C Verifiable Credentials Data Model v2.0 draft, there is a description of Linked Data Signatures in the Note: "For example, a Linked Data...
We had added a warning to the VCDM spec that we were eventually going to deprecate `issuanceDate/expirationDate` and replace it with `validFrom/validUntil`. https://www.w3.org/TR/vc-data-model/#issue-container-generatedID-13 https://www.w3.org/TR/vc-data-model/#issue-container-generatedID-15 The "date the credential was issued"...
Minor editorial point. In section 4.3 the note mentions : > The type system for the Verifiable Credentials Data Model is the same as for [JSON-LD] and is detailed in...
We should add guidance somewhere regarding dereferencing relative to an issuer. See also https://github.com/decentralized-identity/ion/issues/285 For example: `issuer` + `proof.verificationMethod` => `{ publicKeyJwk } ` `iss` + `kid` => `{ publicKeyJwk...
The topic of [the relationship between presentations and verifiable credentials](https://github.com/w3c/vc-data-model/pull/905#discussion_r946985039) was raised in a PR regarding the vc/v2 JSON-LD Context. Specifically, this term definition: > ``` > "verifiableCredential": { >...
This is to handle #1442. It makes it clearer that all references are on JSON-LD. Two notes for the future: - If this PR is accepted and merged, a similar...
In the examples with tabs (e.g., [example 5](https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-id-property)) the proof is still of an old style: the proof type is identified through a `@type` property, referring to `Ed25519Signature2020`. Shouldn't we...
This registers the structured suffix `+ld+json` so that the registrations of the media types `application/vc+ld+json` and `application/vp+ld+json` can proceed. *** Preview | Diff
The vocabulary tables in [Appendix B2](https://www.w3.org/TR/vc-data-model-2.0/#vocabularies) include a reference hash value for sha256 and for sha3-512. The problem is that, at least at this moment, the availability of sha3-512 is...