vc-data-model
vc-data-model copied to clipboard
W3C Verifiable Credentials v2.0 Specification
This PR is an attempt to address issue #1506 by adding `renderMethod` to the list of reserved terms in the v2 context. Not having done this to date has been...
In the section ["Securing Mechanisms Specifications"](https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanism-specifications) the text says (defining what exactly is secured in the case of a VP): > In a [verifiable presentation](https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-presentation), the property MUST secure the...
The v2 context has been written and updated by hand over time and some of the ordering and formatting was not following a strict pattern. This attempts to clean it...
This PR is an attempt to partially address issue #1437 by removing the `termsOfUse` section from the specification while continuing to reserve the property for potential future re-definition. There are...
This PR is an attempt to partially address issue #1437 by removing the at risk issue marker for the `evidence` property. There are [three registered specifications](https://w3c.github.io/vc-specs-dir/#evidence) in the VC Specifications...
This PR is an attempt to partially address issue #1437 by reserving the `confidenceMethod` and `renderMethod` properties. The VCWG is unlikely to define, implement, and test either feature in the...
This PR is an attempt to partially address issue #1437 by removing the at risk issue marker for the `refreshService` property. There are [two registered specifications](https://w3c.github.io/vc-specs-dir/#refresh-service) in the VC Specifications...
This example currently seems to be based on VCDM 1.1. *** Preview | Diff
In this section: https://www.w3.org/TR/vc-data-model-2.0/#integrity-of-related-resources, the vc v2 context `https://www.w3.org/ns/credentials/v2` has this corresponding `digestMultibase` value: `uEres1usWcWCmW7uolIW2uA0CjQ8iRV14eGaZStJL73Vz` I am trying to implement logic in my verifier to check the assertion, however using...
pulled from #1554 *** Preview | Diff