forked from FoundKeyGang/FoundKey
fix(api): fix instance schema
This commit is contained in:
parent
681a650b01
commit
a7cc45fa98
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ export const packedFederationInstanceSchema = {
|
|||
optional: false, nullable: true,
|
||||
format: 'url',
|
||||
},
|
||||
themeColor: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
infoUpdatedAt: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
|
|
Loading…
Reference in a new issue