mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: make archivedAt nullable (#7872)
This commit is contained in:
parent
b042afb7dd
commit
cb6ba743ac
@ -67,6 +67,7 @@ export const projectSchema = {
|
|||||||
archivedAt: {
|
archivedAt: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
format: 'date-time',
|
format: 'date-time',
|
||||||
|
nullable: true,
|
||||||
description: 'When this project was archived.',
|
description: 'When this project was archived.',
|
||||||
example: '2023-07-28T12:12:28Z',
|
example: '2023-07-28T12:12:28Z',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user