mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:23:09 +02:00
fix(backend): alsoKnownAs
の誤った定義を修正 (#10725)
This commit is contained in:
parent
8fb5457c01
commit
e2d9c0efe2
1 changed files with 6 additions and 1 deletions
|
@ -80,9 +80,14 @@ export const packedUserDetailedNotMeOnlySchema = {
|
|||
},
|
||||
alsoKnownAs: {
|
||||
type: 'array',
|
||||
format: 'uri',
|
||||
nullable: true,
|
||||
optional: false,
|
||||
items: {
|
||||
type: 'string',
|
||||
format: 'uri',
|
||||
nullable: false,
|
||||
optional: false,
|
||||
},
|
||||
},
|
||||
createdAt: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Reference in a new issue