fix: update schemas

This commit is contained in:
Yarmo Mackenbach 2023-10-05 17:10:03 +02:00
parent 94471b4b8e
commit 4d49df981b
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

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