Skip to content

Commit e5b8dd0

Browse files
committed
let holder copy issuer
Signed-off-by: Brent Zundel <[email protected]>
1 parent 75bfa7d commit e5b8dd0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,8 +1936,13 @@ <h3>Presentations</h3>
19361936
</dd>
19371937
<dt><var>holder</var></dt>
19381938
<dd>
1939-
The <a>verifiable presentation</a> MAY include a <code>holder</code> <a>property</a>. If present, the value
1940-
MUST be a <a>URL</a> for the entity that is generating the <a>verifiable presentation</a>.
1939+
The <a>verifiable presentation</a> MAY include a <code>holder</code>
1940+
<a>property</a>. If present, the value MUST be either a <a>URL</a> or an object
1941+
containing an <code>id</code> <a>property</a>. It is RECOMMENDED that the
1942+
<a>URL</a> in the <code>holder</code> or its <code>id</code> be one which, if
1943+
dereferenced, results in a document containing machine-readable information
1944+
about the <a>holder</a> that can be used to <a>verify</a> the information
1945+
expressed in the <a>verifiable presentation</a>.
19411946
</dd>
19421947
<dt><var>proof</var></dt>
19431948
<dd>

0 commit comments

Comments
 (0)