vc-data-model
vc-data-model copied to clipboard
W3C Verifiable Credentials v2.0 Specification
[Appendix €B.2](https://www.w3.org/TR/vc-data-model-2.0/#vocabularies) include hash values for two vocabularies, namely the VCDM and the DI ones. However, it is unclear what these hash values really represent. There is a reference to...
We are running into a use case where require a credential to be presented by an issuer, or other set of parties known at issuance time. Currently, we do not...
This issue tracks the NON-normative changes requested from @jyasskin's review (issue https://github.com/w3c/vc-data-model/issues/1285) of the VC v2.0 specification: #### 1. Introduction - [ ] Use property terminology throughout entire specification. ####...
Below is a screenshot of the response headers I received when looking up https://www.w3.org/2018/credentials/v1. The `expires` header is earlier than the date header which means that the document is not...
https://w3c.github.io/vc-data-model/#example-a-simple-example-of-the-contents-of-a-verifiable-credential ```json { "@context": [ "https://www.w3.org/ns/credentials/v2", "https://www.w3.org/ns/credentials/examples/v2" ], "id": "http://university.example/credentials/1872", // bad idea to recommend this "type": ["VerifiableCredential", "ExampleAlumniCredential"], "issuer": "https://university.example/issuers/565049", "validFrom": "2010-01-01T19:23:24Z", "credentialSubject": { "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", "alumniOf": { "id":...
The current discussion in [10.2 Complex Language Markup](https://w3c.github.io/vc-data-model/#complex-language-markup) is discouraging to use of markup languages capable of containing executable scripts for complex language markup and not providing advice on how...
Avoids confusion related to proof types that don't use public keys... aligns with DID Core better.
The WG discussed the process for removing "AT RISK" issue markers for properties and property sections during the call today. The following was the agreed-upon process (see transcript below). In...
(Extracting from issue #1265, as requested on the previous call.) Verifiable Presentations need a way to cryptographically secure externally linked resources (such as `@context`s) that is similar to the VC...
As per schema https://github.com/w3c/vc-data-model/blob/0e6d623d15fb6a3ffadf1249580b5ba55d7894e4/schema/verifiable-credential/verifiable-credential-schema.json#L210C6-L225, `credentialSchema` does not allow an array. It differs from other fields such as `refreshService` or `termsOfUse` where both an array or object are allowed. > ```...