Skip to content

Commit

Permalink
Remove "Proof" property section.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 21, 2019
1 parent 00486b2 commit 6bd156c
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,65 +1573,6 @@ <h2>
</pre>
</section>

<section>
<h2>
Proof (Optional)
</h2>

<p>
A <code>proof</code> on a DID Document is cryptographic proof of the
integrity of the DID Document according to either:
</p>

<ol start="1">
<li>
The subject as defined in section <a href="#service-endpoints"></a>, or if not present:
</li>

<li>
The delegate as defined in section 4.3.
</li>
</ol>

<p>
This proof is NOT proof of the binding between a DID and a DID
Document. See Section <a href="#binding-of-identity"></a>. The rules
for a proof are:
</p>

<ol start="1">
<li>
A DID Document MAY have exactly one property representing a
proof.
</li>

<li>
The key for this property MUST be <code>proof</code>.
</li>

<li>
The value of this key MUST be a valid JSON-LD proof as defined by
<a href="https://w3c-dvcg.github.io/ld-signatures/">Linked Data
Proofs</a>.
</li>
</ol>

<p>
Example:
</p>

<pre class="example nohighlight" title="A signature-based proof">
{
"proof": {
"type": "LinkedDataSignature2015",
"created": "2016-02-08T16:02:20Z",
"creator": "did:example:8uQhQMGzWxR8vw5P3UWH1ja#keys-1",
"signatureValue": "QNB13Y7Q9...1tzjn4w=="
}
}
</pre>
</section>

<section>
<h2>
Extensibility
Expand Down

0 comments on commit 6bd156c

Please sign in to comment.