Skip to content

Commit daf7b61

Browse files
committed
Add log_software to log list schema
1 parent 33ea4db commit daf7b61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

loglist/schema.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ type Log struct {
4242
StartInclusive time.Time `json:"start_inclusive"`
4343
EndExclusive time.Time `json:"end_exclusive"`
4444
} `json:"temporal_interval,omitzero"`
45+
LogSoftware *struct {
46+
Name string `json:"name"`
47+
Version string `json:"version"`
48+
} `json:"log_software,omitzero"`
4549

4650
// certspotter-specific extensions
4751
CertspotterDownloadSize int `json:"certspotter_download_size,omitzero"`

0 commit comments

Comments
 (0)