From f88e317c9bc25e8b5f87676682ec1f5f6df5abf9 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Mon, 1 Dec 2025 13:59:22 +0900 Subject: [PATCH] clarify proof property definition --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6439910..5eb0cb5 100644 --- a/index.html +++ b/index.html @@ -668,7 +668,7 @@

DID Resolution Metadata

DID resolution metadata MAY include a proof property. If present, the value MUST be a set where each item is a - map that contains a proof. The use of this property + map that represents a proof. The use of this property and the types of proofs are DID method-independent.

@@ -869,7 +869,7 @@

DID Document Metadata

DID document metadata MAY include a proof property. If present, the value MUST be a set where each item is a - map that contains a proof. The use of this property + map that represents a proof. The use of this property and the types of proofs are DID method-specific.

@@ -1225,7 +1225,7 @@

DID URL Dereferencing Metadata

DID URL dereferencing metadata MAY include a proof property. If present, the value MUST be a set where each item is a - map that contains a proof. The use of this property + map that represents a proof. The use of this property and the types of proofs are DID method-independent.