From e5bff44d430a2e2992424f8fdca2d836b4d0eedf Mon Sep 17 00:00:00 2001 From: ottomorac <16960403+ottomorac@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:41:41 -0500 Subject: [PATCH] Update changes after network conformance classes were created --- index.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 22fbc20..37a5710 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ Decentralized identifier (DID) resolution is the process of obtaining a DID document and accompanying metadata for a specific DID. The process takes a DID and a set of resolution options as its input and returns a -DID document and associated metadata about the resolved document and the +DID document and associated metadata about the resolved document and the resolution request. A resolved DID document is a set of information which enables cryptographically verifiable interactions with the DID subject, including mechanisms such as cryptographic public keys. This specification @@ -448,9 +448,9 @@

Datetime

All datetime values in this specification MUST be an - ASCII string which is a valid XML datetime value defined by the - [[VC-DATA-MODEL]] in . - Additionally, timestamps used in DID Resolution MUST be adjusted to UTC + ASCII string which is a valid XML datetime value defined by the + [[VC-DATA-MODEL]] in . + Additionally, timestamps used in DID Resolution MUST be adjusted to UTC without sub-second decimal precision. For example: 2020-12-20T19:17:47Z

@@ -582,7 +582,7 @@

DID Resolution Options

value to determine the representation of the returned didDocument if such a representation is supported and available. Any representation MUST be able to be translated into - the representation defined by the application/did mediaType. + the representation defined by the application/did mediaType. This property is OPTIONAL. @@ -1593,11 +1593,7 @@

Metadata Structure

set, boolean, or null. The values within any complex data -<<<<<<< HEAD - structure such as a map or list MUST be one of these data types as well. -======= structure such as a map or list MUST also be one of these data types. ->>>>>>> 526ac87 (Apply suggestions from code review) The entire metadata structure MUST be serializable according to the JSON serialization rules in the [[INFRA]] specification. Implementations MAY @@ -2303,6 +2299,13 @@

HTTP(S) Binding

This binding is generally considered a remote binding, but could also be a local binding if the HTTP(S) endpoint is run in a local environment, such as on localhost.

+

+ All conforming DID resolvers MUST implement the GET version of the + HTTPS binding and MAY implement the POST version. + All HTTPS bindings MUST use TLS. Use of DNS names + in certificates is NOT REQUIRED; resolvers MAY use TLS certificates issued for IP addresses. +

+

Using this binding, the DID resolution function (see ) and/or DID URL dereferencing function (see ) can be executed as follows: