mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-24 15:16:21 +09:00
fix(api): fix instance schema
This commit is contained in:
parent
0f550d568d
commit
7d8a70f99e
@ -97,6 +97,10 @@ export const packedFederationInstanceSchema = {
|
|||||||
optional: false, nullable: true,
|
optional: false, nullable: true,
|
||||||
format: 'url',
|
format: 'url',
|
||||||
},
|
},
|
||||||
|
themeColor: {
|
||||||
|
type: 'string',
|
||||||
|
optional: false, nullable: true,
|
||||||
|
},
|
||||||
infoUpdatedAt: {
|
infoUpdatedAt: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: false, nullable: true,
|
optional: false, nullable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user