Skip to content

Commit 9556abb

Browse files
ihermanmsporny
authored andcommitted
Added final versions of properties with anchors
1 parent 0d8cd2d commit 9556abb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ <h3>Proofs</h3>
496496
specified as an [[XMLSCHEMA11-2]] combined date and time string.
497497
</dd>
498498

499-
<dt>expires</dt>
499+
<dt><dfn class="lint-ignore">expires</dfn></dt>
500500
<dd>
501501
An OPTIONAL property that conveys the date and time that a proof expires and that, if present, MUST be
502502
specified as an [[XMLSCHEMA11-2]] combined date and time string.
@@ -539,7 +539,7 @@ <h3>Proofs</h3>
539539
in Section <a href="#proof-chains"></a>.
540540
</dd>
541541

542-
<dt>nonce</dt>
542+
<dt><dfn class="lint-ignore">nonce</dfn></dt>
543543
<dd>
544544
An OPTIONAL string value supplied by the proof creator. One use of this
545545
field is to increase privacy by decreasing linkability that is the result

vocab/security/vocabulary.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ property:
194194
domain: sec:Proof
195195
range: xsd:string
196196
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-proofvalue
197+
198+
- id: expires
199+
label: Proof expiration time
200+
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-expires
201+
domain: sec:Proof
202+
range: xsd:dateTime
203+
204+
- id: nonce
205+
label: Nonce supplied by proof creator
206+
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-nonce
207+
domain: sec:Proof
208+
range: xsd:string
197209

198210
- id: authentication
199211
label: Authentication method
@@ -250,18 +262,6 @@ property:
250262
- label: RFC 7517
251263
url: https://tools.ietf.org/html/rfc7517
252264

253-
- id: expires
254-
label: Expiration time
255-
range: xsd:dateTime
256-
comment: The expiration time is typically associated with a <a href="#Key>`Key`</a> and specifies when the validity of the key will expire. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
257-
258-
- id: nonce
259-
label: Nonce
260-
# domain: sec:Signature
261-
range: xsd:string
262-
comment: |
263-
This property is used in conjunction with the input to the signature hashing function in order to protect against replay attacks. Typically, receivers need to track all nonce values used within a certain time period in order to ensure that an attacker cannot merely re-send a compromised packet in order to execute a privileged request. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
264-
265265
- id: revoked
266266
label: Revocation time
267267
range: xsd:dateTime

0 commit comments

Comments
 (0)