vc-data-model
vc-data-model copied to clipboard
W3C Verifiable Credentials v2.0 Specification
Looking at the examples in the [chapter on extensibility](https://w3c.github.io/vc-data-model/#extensibility) in the Editors' draft. [Example 15](https://w3c.github.io/vc-data-model/#example-a-simple-credential) starts with ```json { "@context ": [ "https://www.w3.org/2018/credentials/v1", "https://www.w3.org/2018/credentials/examples/v1", "https://w3id.org/security/suites/ed25519-2020/v1" ], } ``` The text...
@jyasskin I've raised this issue to track the WG response to the feedback you provided above and to provide a place where we might engage in a conversation as we...
@jyasskin I've raised this issue to track the WG response to the feedback you provided on the corrections to the ZKP Section and to provide a place where we might...
The holder and issuer agree through an external governance process of updating their commit CredentialSchema. Mostly this points me to a Description in the Spec: `The issuer can include the...
All examples within the VC test suite and in the examples within the specification show the credentialSubject as an object. However there is no normative language which specifies that this...
A number of examples contain personal names and street addresses, broken into component parts. Has there been some attempt to ensure that these fields will work around the world? _This...
[Section 4.3 Types](https://www.w3.org/TR/vc-data-model/#types) states that type information is used "to determine whether or not a provided verifiable credential or verifiable presentation is appropriate." Could you please clarify concrete elements that...
If we can't agree to relax XML Data Time to the broader category or ISO 8601 date times, we should include a regex that defines the allows string representations, and...
The current specification does not address the schema of verifiable presentations, but each VP will have a schema, and different organisations, or protocol specifications, may require different parameters to be...
This is an issue to begin the discussion of how ACDCs might be acceptable as a compliant variant of VDDM 2.0. For reference the current specification for ACDCs may be...