diff --git a/pkg/actionlog/types.go b/pkg/actionlog/types.go index f345518ba..f20f2d3b1 100644 --- a/pkg/actionlog/types.go +++ b/pkg/actionlog/types.go @@ -14,7 +14,7 @@ type ( // Standardized data structure for audit log events Action struct { - ID uint64 + ID uint64 `json:"actionID,string"` // Timestamp of the raised event Timestamp time.Time `json:"timestamp"`