mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: update schemas
This commit is contained in:
parent
94471b4b8e
commit
4d49df981b
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue