fix(api): fix instance schema

This commit is contained in:
syuilo 2022-06-28 12:16:11 +09:00 committed by Johann150
parent 681a650b01
commit a7cc45fa98
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

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,