We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518d607 commit c5409ddCopy full SHA for c5409dd
source/specifications/index-hosted-attestations.rst
@@ -85,11 +85,11 @@ object is provided as pseudocode below.
85
and certificate.
86
"""
87
88
- timestamps: list[bytes] | None
+ timestamps: list[bytes]
89
90
- Optional list of base64 encoded RFC3161 timestamp responses. Timestamps
91
- are optional if `transparency_entries` only contains entries with an
92
- integrated_time.
+ List of base64 encoded RFC3161 timestamp responses. Note that list
+ may be empty if `transparency_entries` only contains entries with an
+ integrated_time (in other words entries of kind "dsse 0.0.1").
93
94
95
A full data model for each object in ``transparency_entries`` is provided in
0 commit comments