Skip to content

Commit

Permalink
Move deactivated flag to DID Document Metadata.
Browse files Browse the repository at this point in the history
Co-authored-by: Manu Sporny <[email protected]>
  • Loading branch information
csuwildcat and msporny authored Feb 4, 2021
1 parent 6f647ff commit e9f1e31
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3906,13 +3906,6 @@ <h3>DID Resolution Metadata Properties</h3>
<code>accept</code> input metadata property is not supported by the <a>DID method</a>
and/or <a>DID resolver</a> implementation.
</dd>
<dt>
deactivated
</dt>
<dd>
The <a>DID</a> supplied to the <a>DID resolution</a> function has been
deactivated. (See <a href="#deactivate"></a>.)
</dd>
</dl>
</dd>
</dl>
Expand Down Expand Up @@ -3954,6 +3947,16 @@ <h4>updated</h4>
</p>
</section>

<section>
<h4>deactivated</h4>
<p>
This property MUST be populated by a <a data-cite="INFRA#boolean">boolean</a>
value that is true if the DID has been deactivated, and false if the DID is still active.
`true` value if the DID Method determines that the <a>DID</a> supplied has been
deactivated. (See <a href="#deactivate"></a>.)
</p>
</section>

<section>
<h4>
nextUpdate
Expand Down Expand Up @@ -4294,13 +4297,6 @@ <h3>DID URL Dereferencing Metadata Properties</h3>
The <a>DID URL dereferencer</a> was unable to find the
<code>content-stream</code> resulting from this dereferencing request.
</dd>
<dt>
deactivated
</dt>
<dd>
The <a>DID</a> in the <a>DID URL</a> supplied to the <a>DID URL
dereferencing</a> function has been deactivated. (See
<a href="#deactivate"></a>.)
</dl>
</dd>
</dl>
Expand Down

0 comments on commit e9f1e31

Please sign in to comment.