Skip to content

Commit c5409dd

Browse files
committed
index hosted attestations: Make timestamps not optional
1 parent 518d607 commit c5409dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/specifications/index-hosted-attestations.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ object is provided as pseudocode below.
8585
and certificate.
8686
"""
8787
88-
timestamps: list[bytes] | None
88+
timestamps: list[bytes]
8989
"""
90-
Optional list of base64 encoded RFC3161 timestamp responses. Timestamps
91-
are optional if `transparency_entries` only contains entries with an
92-
integrated_time.
90+
List of base64 encoded RFC3161 timestamp responses. Note that list
91+
may be empty if `transparency_entries` only contains entries with an
92+
integrated_time (in other words entries of kind "dsse 0.0.1").
9393
"""
9494
9595
A full data model for each object in ``transparency_entries`` is provided in

0 commit comments

Comments
 (0)