diff --git a/openapi.yaml b/openapi.yaml index 07f9367f0..1a8a7c145 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -460,6 +460,7 @@ definitions: additionalProperties: true integratedTime: type: integer + description: The time the entry was added to the log as a Unix timestamp in seconds attestation: type: object properties: diff --git a/pkg/generated/models/log_entry.go b/pkg/generated/models/log_entry.go index ec271c174..ee32ded41 100644 --- a/pkg/generated/models/log_entry.go +++ b/pkg/generated/models/log_entry.go @@ -95,7 +95,7 @@ type LogEntryAnon struct { // Required: true Body interface{} `json:"body"` - // integrated time + // The time the entry was added to the log as a Unix timestamp in seconds // Required: true IntegratedTime *int64 `json:"integratedTime"` diff --git a/pkg/generated/restapi/embedded_spec.go b/pkg/generated/restapi/embedded_spec.go index a43263d21..d1d2d89e2 100644 --- a/pkg/generated/restapi/embedded_spec.go +++ b/pkg/generated/restapi/embedded_spec.go @@ -485,6 +485,7 @@ func init() { "additionalProperties": true }, "integratedTime": { + "description": "The time the entry was added to the log as a Unix timestamp in seconds", "type": "integer" }, "logID": { @@ -2373,6 +2374,7 @@ func init() { "additionalProperties": true }, "integratedTime": { + "description": "The time the entry was added to the log as a Unix timestamp in seconds", "type": "integer" }, "logID": {