mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-12 20:19:15 +01:00
fix(instance-metadata): add required CreatedAt field
This commit is contained in:
parent
d6bdcce4f4
commit
290dadcbe7
3 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ type InstanceMetadata struct {
|
|||
// Type is always "InstanceMetadata"
|
||||
Type string `json:"type"`
|
||||
|
||||
// CreatedAt is the initial date when the instance was first created
|
||||
CreatedAt versiautils.Time `json:"created_at"`
|
||||
|
||||
// Extensions is a map of active extensions
|
||||
Extensions Extensions `json:"extensions,omitempty"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue