decentralized-identity / peer-did-method-spec

A rich DID method that has no blockchain dependencies. The verifiable data registry is a synchronization protocol between peers.
https://decentralized-identity.github.io/peer-did-method-spec/index.html
Apache License 2.0
27 stars 17 forks source link

Convert peer:did spec to use DIF Spec-Up format #60

Closed swcurran closed 10 months ago

swcurran commented 10 months ago

To make the spec easier to maintain, converting it to Spec-Up.

I did a thorough parallel review of the Respec version and this new Spec-Up version. In addition to the raw formatting, I made a couple of small changes to either remove links to no longer existing sections (missed in the previous #57 cleanup PR) or a phrase that referenced the remove content (e.g. about evolving a DID via updates).

Manually added the "non-normative" phrases.

The only thing I didn't do was convert the inline term definitions to a "Terminology" section, and then turn both the Refs and Defs into Refs. This was only used in a couple of places, where the "Refs" where right beside the "Defs", so I didn't think it worth the effort.

@TelegramSam @dbluhm

Signed-off-by: Stephen Curran swcurran@gmail.com