From 4d49df981b23a3aa4ad6d520ea675eedceb28f0b Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 5 Oct 2023 17:10:03 +0200 Subject: [PATCH] fix: update schemas --- src/schemas.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schemas.js b/src/schemas.js index 8b5a1b2..19210f5 100644 --- a/src/schemas.js +++ b/src/schemas.js @@ -157,6 +157,10 @@ export const personaSchema = { description: 'URL to an avatar image', type: ['string', 'null'] }, + themeColor: { + description: 'Profile page theme color', + type: ['string', 'null'] + }, isRevoked: { type: 'boolean' },