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' },