vc-data-model
vc-data-model copied to clipboard
W3C Verifiable Credentials v2.0 Specification
In https://www.w3.org/2018/credentials/v1 jsonld mappings are made to cred:credentialStatus which corresponds with the URI https://www.w3.org/2018/credentials#credentialStatus. This URI results in a 404. kr, Bert
I have a very simple claim, uses JSON-LD so I went to try to see if I could create a proof for this claim, so I read the latest JSON-LD...
Sidenote: I debated for a while where to open this issue (whether on the overall CCG repo, or the VC Dev Guide, or here), and decided to go with the...
[Credentials section](https://www.w3.org/TR/vc-data-model/#credentials) says that "the basic components of a verifiable credential" are credential metadata, claims, and proofs. From the implementation experience, one gap is the absence of "claims metadata". Not...
There are many different ways of implementing selective disclosure. Some send the whole credential with blinded property names and values, others send atomic credentials, others send assertions and proofs that...
To create a Verifiable Credential you "Issue a Verifiable Credential". To create a Verifiable Presentation you "??? a Verifiable Presentation". What is the verb that the WG would like to...
See https://www.w3.org/TR/vc-data-model/#evidence `DocumentVerification2018`... this tremendously poorly defined and should be defined for all serializations or removed. Ideally we would have a test suite that shows how this property supports interoperability,...
The creation of Appendix C. "Subject-Holder Relationships" predated the creation of the VC Implementation Guide and contains material more suited for the Implementation Guide rather than the core specification. Given...
VPs include a "verifiableCredential" for embedding VCs in the VP. It's also possible to add properties to the VP that can represent claims made by the holder about the claims...
There's currently no specification for timestamps in VPs, meaning that presenters can't mitigate the risk of replay attack by limiting their presentation validity to a short window during which the...