vc-data-model icon indicating copy to clipboard operation
vc-data-model copied to clipboard

W3C Verifiable Credentials v2.0 Specification

Results 136 vc-data-model issues
Sort by recently updated
recently updated
newest added

[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...

editorial
pr exists

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...

ready for PR
discuss
post-CR

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. ####...

ready for PR
post-CR

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...

before-PR

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":...

editorial
ready for PR

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...

post-CR

Avoids confusion related to proof types that don't use public keys... aligns with DID Core better.

editorial
post-CR

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...

pr exists
normative
before-PR
CR1

(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...

future

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. > ```...