Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ <h2>Contexts</h2>
<dd>
The value of this property MUST be one or more URIs where first URI is the
value <code>https://w3.org/2018/credentials/v1</code>.
The required URIs MAY be a reference to an object in a verifiable data registry, rather than a DNS-rooted link.
If more than one URI is provided, the URIs MUST be interpreted as an
ordered set. It is RECOMMENDED that dereferencing the URI results in a
document containing machine-readable information about the context.
Expand Down Expand Up @@ -736,8 +737,9 @@ <h2>Identifiers</h2>
<dl>
<dt><dfn>id</dfn></dt>
<dd>
The value of this property MUST be a single URI. It is RECOMMENDED that
dereferencing the URI results in a document containing machine-readable
The value of this property MUST be a single URI.
The required URI MAY be a reference to an object in a verifiable data registry, rather than a DNS-rooted link.
It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable
information about the identifier.
</dd>
</dl>
Expand Down Expand Up @@ -792,6 +794,7 @@ <h2>Types</h2>
<dt><dfn>type</dfn></dt>
<dd>
The value of this property MUST be or map to one or more URIs.
The required URIs MAY be a reference to an object in a verifiable data registry, rather than a DNS-rooted link.
If more than one URI is provided, the URIs MUST be interpreted as an
unordered set. Note that syntactic conveniences, such as JSON-LD terms,
SHOULD be used to ease developer usage. It is RECOMMENDED that dereferencing
Expand Down Expand Up @@ -932,8 +935,9 @@ <h2>Issuer</h2>
<dl>
<dt><var>issuer</var></dt>
<dd>
The value of this property MUST be a URI. It is RECOMMENDED that dereferencing
the URI results in a document containing machine-readable information about
The value of this property MUST be a URI.
The required URI MAY be a reference to an object in a verifiable data registry, rather than a DNS-rooted link.
It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about
the issuer that may be used to verify the information expressed in the
<a>credential</a>.
</dd>
Expand Down Expand Up @@ -1168,6 +1172,7 @@ <h2>Presentations</h2>
Linked Data Proofs [[LD-PROOFS]] specification. The <code>id</code> property
is optional and MAY be used to provide a unique identifier for the presentation.
The value associated with the <code>id</code> property MUST be a URI.
The required URI MAY be a reference to an object in a verifiable data registry, rather than a DNS-rooted link.
</p>

<p>
Expand Down