mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
Added missing archivedAt to featureSchema
This commit is contained in:
parent
ff7842b2f1
commit
937ba922e0
@ -41,6 +41,11 @@ const schema = {
|
|||||||
format: 'date',
|
format: 'date',
|
||||||
nullable: true,
|
nullable: true,
|
||||||
},
|
},
|
||||||
|
archivedAt: {
|
||||||
|
type: 'string',
|
||||||
|
format: 'date',
|
||||||
|
nullable: true,
|
||||||
|
},
|
||||||
lastSeenAt: {
|
lastSeenAt: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'date',
|
format: 'date',
|
||||||
|
Loading…
Reference in New Issue
Block a user