Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "Updated" property section. #27

Closed
wants to merge 1 commit into from
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
37 changes: 0 additions & 37 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1605,43 +1605,6 @@ <h2>
</pre>
</section>

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

<p>
Standard metadata for identifier records includes a timestamp of the
most recent change. The rules for including an updated timestamp are:
</p>

<ol start="1">
<li>
A DID Document MUST have zero or one property representing an
updated timestamp. It is RECOMMENDED to include this property.
</li>

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

<li>
The value of this key MUST follow the formatting rules (3, 4, 5)
from Section <a href="#created-optional"></a>.
</li>
</ol>

<p>
Example:
</p>

<pre class="example nohighlight">
{
"updated": "2016-10-17T02:41:00Z"
}
</pre>
</section>

<section>
<h2>
Proof (Optional)
Expand Down