Skip to content
Snippets Groups Projects
Unverified Commit e2d9c0ef authored by okayurisotto's avatar okayurisotto Committed by GitHub
Browse files

fix(backend): `alsoKnownAs`の誤った定義を修正 (#10725)

parent 8fb5457c
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment