diff --git a/index.html b/index.html index 8000ff9..16ffd9d 100644 --- a/index.html +++ b/index.html @@ -824,10 +824,11 @@

Proofs

previousProof
-An OPTIONAL [=string=] value or unordered list of [=string=] values. Each value -identifies another [=data integrity proof=] that MUST verify before the -current proof is processed. If an unordered list, all referenced proofs in the -array MUST verify. This property is used in Section [[[#proof-chains]]]. +The `previousProof` property is OPTIONAL. If present, it MUST be a string +value or an unordered list of string values. Each value identifies another +[=data integrity proof=], all of which MUST also verify for the current +proof to be considered verified. This property is used in Section +[[[#proof-chains]]].
nonce