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 33ea4db commit daf7b61Copy full SHA for daf7b61
1 file changed
loglist/schema.go
@@ -42,6 +42,10 @@ type Log struct {
42
StartInclusive time.Time `json:"start_inclusive"`
43
EndExclusive time.Time `json:"end_exclusive"`
44
} `json:"temporal_interval,omitzero"`
45
+ LogSoftware *struct {
46
+ Name string `json:"name"`
47
+ Version string `json:"version"`
48
+ } `json:"log_software,omitzero"`
49
50
// certspotter-specific extensions
51
CertspotterDownloadSize int `json:"certspotter_download_size,omitzero"`
0 commit comments