Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposal: Update Specification from VID to DID
This PR proposes changing the specification from being VID-based to DID-based. VIDs lack a clear, standardized method for resolution, making practical interoperability challenging for implementors. To be effective, this specification must be actionable.
DIDs, on the other hand, have a well-defined specification provided at https://www.w3.org/TR/did-core/, which offers clear guidelines for compliance.
While VIDs are defined conceptually here: https://trustoverip.github.io/ctwg-main-glossary/#term:verifiable-identifier, they do not have a consistent resolution mechanism, which varies by VID type and remains vaguely specified.
For non-native based DID methods, such as x509s, one can leverage hybrid methods such as High Assurance DID to put the VID into a DID form which has a proper resolution mechanism.
This proposal replaces all VID references to DIDs.