fix(backend): `fields`の誤った定義を修正 (#10737)
This commit is contained in:
parent
bcd123371b
commit
43593603f1
|
@ -148,6 +148,7 @@ export const packedUserDetailedNotMeOnlySchema = {
|
||||||
fields: {
|
fields: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
nullable: false, optional: false,
|
nullable: false, optional: false,
|
||||||
|
maxItems: 16,
|
||||||
items: {
|
items: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
nullable: false, optional: false,
|
nullable: false, optional: false,
|
||||||
|
@ -161,7 +162,6 @@ export const packedUserDetailedNotMeOnlySchema = {
|
||||||
nullable: false, optional: false,
|
nullable: false, optional: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
maxLength: 4,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
followersCount: {
|
followersCount: {
|
||||||
|
|
Loading…
Reference in New Issue