From c789ee9aa5c2974e42511d77fdaae036436417c8 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Mon, 8 Apr 2024 11:31:16 -0700 Subject: [PATCH 1/4] Add DID URL and /whois resolution sections Signed-off-by: Stephen Curran --- index.html | 155 +++++++++++++++++++++++++----------------- spec/abstract.md | 25 +++---- spec/example.md | 2 +- spec/specification.md | 140 +++++++++++++++++++++----------------- specs.json | 8 ++- 5 files changed, 192 insertions(+), 138 deletions(-) diff --git a/index.html b/index.html index c3277a0..143c41e 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@

scid = 24( lower-base32 ) lower-base32 = [2-7a-z] -
EXAMPLE

did:tdw DIDs and the corresponding web locations for their did:tdw log file. +

EXAMPLE

did:tdw DIDs and the corresponding web locations for their did:tdw log file. {SCID} is a placeholder for where the generated SCID will be placed in the examples.

did:tdw:{SCID}.example.com --> https://{SCID}.example.com/.well-known/didlog.txt

did:tdw:example.com:dids:{SCID} --> https://example.com/dids/{SCID}/didlog.txt

@@ -283,7 +283,7 @@

§ Read (R

On completing the processing of all entries in the DID Log, respond to the DID resolution request, including the application of query parameters such as ?versionId= and ?versionTime= with the appropriate DIDDoc version.

The following error codes and descriptions may be returned when resolving a DID.

-
TODO

Document the full list of error codes that can be generated in resolving a DID.

+
TODO

Document the full list of error codes that can be generated in resolving a DID.