mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59: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: {
|
uri: {
|
||||||
description: 'URI or URL for public access to the profile',
|
description: 'URI or URL for public access to the profile',
|
||||||
type: 'string'
|
type: ['string', 'null']
|
||||||
},
|
},
|
||||||
qr: {
|
qr: {
|
||||||
description: 'URI or URL associated with the profile usually served as a QR code',
|
description: 'URI or URL associated with the profile usually served as a QR code',
|
||||||
|
|
Loading…
Reference in a new issue