1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00

fix(api): fix instance schema

This commit is contained in:
syuilo
2022-06-28 12:16:11 +09:00
parent 0f550d568d
commit 7d8a70f99e

View File

@@ -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,