mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-21 22:39:29 -07:00
fix: update schema to allow null URI
This commit is contained in:
parent
6a88db460d
commit
e44733f665
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ export const serviceProviderSchema = {
|
|||
},
|
||||
uri: {
|
||||
description: 'URI or URL for public access to the profile',
|
||||
type: 'string'
|
||||
type: ['string', 'null']
|
||||
},
|
||||
qr: {
|
||||
description: 'URI or URL associated with the profile usually served as a QR code',
|
||||
|
|
Loading…
Reference in a new issue