fix(backend): `alsoKnownAs`の誤った定義を修正 (#10725)
This commit is contained in:
parent
8fb5457c01
commit
e2d9c0efe2
|
@ -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 New Issue