diff --git a/index.html b/index.html index c4ad48d..c963758 100644 --- a/index.html +++ b/index.html @@ -1820,11 +1820,12 @@

Algorithms

The algorithms defined below operate on documents represented as JSON objects. This specification follows -[[JSON-LD-API]] in representing a JSON object as an [[Infra]] [=map=]. An -unsecured data document is a [=map=] with no -`proof` [=map/key=]. A secured data document is a -[=map=] with a `proof` [=map/key=]. +data-cite="RFC8259#section-4">JSON objects. This specification follows the +[[[JSON-LD11-API]]] specification in representing a JSON object as an +[[[Infra]]] [=map=]. An unsecured data document 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 secured +data document is a [=map=] that has had the desired proof(s) added to it.