diff --git a/index.html b/index.html index f1e1251..615fada 100644 --- a/index.html +++ b/index.html @@ -920,13 +920,13 @@

BitstringStatusListCredential

credentialSubject.ttl -The `ttl` indicates the "time to live" in milliseconds. This property MAY be -present. If not present, implementers MUST use a value of `300000` for this -property. A verifier MUST NOT use a cached `BitstringStatusListCredential` that -was cached for more than the `ttl` duration prior to the start of verification -operation on a [=verifiable credential=]. Implementations that publish the -status list SHOULD align any protocol-specific caching information, such as the -HTTP `Cache-Control` header, with the value in this field. +The `ttl` is an OPTIONAL property that indicates the "time to live" in +milliseconds before a refresh SHOULD be attempted. If not present, no default +value is assumed. The value does not override or replace the +validity period +of the `BitstringStatusList`. Implementations that publish the status list +SHOULD align any protocol-specific caching information, such as the HTTP +`Cache-Control` header, with the value in this field.