Skip to content

Commit

Permalink
Clarify meaning of unsecured/secured document.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 21, 2024
1 parent acba0d7 commit f26462c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1820,11 +1820,12 @@ <h2>Algorithms</h2>

<p>
The algorithms defined below operate on documents represented as <dfn
data-cite="RFC8259#section-4">JSON objects</dfn>. This specification follows
[[JSON-LD-API]] in representing a JSON object as an [[Infra]] [=map=]. An
<dfn class="export">unsecured data document</dfn> is a [=map=] with no
`proof` [=map/key=]. A <dfn class="export">secured data document</dfn> is a
[=map=] with a `proof` [=map/key=].
data-cite="RFC8259#section-4">JSON objects</dfn>. This specification follows the
[[[JSON-LD11-API]]] specification in representing a JSON object as an
[[[Infra]]] [=map=]. An <dfn class="export">unsecured data document</dfn> is a
[=map=] that has not yet had the desired proof added to it, but it MAY contain a
proof value added to it by a previous process. A <dfn class="export">secured
data document</dfn> is a [=map=] that has had the desired proof(s) added to it.
</p>

<p>
Expand Down

0 comments on commit f26462c

Please sign in to comment.