バリデーション追加

This commit is contained in:
kakkokari-gtyih 2024-10-18 17:19:00 +09:00
parent d96b2b8e9d
commit 0dc536a3fa

View file

@ -39,11 +39,13 @@ export const paramDef = {
defaultFollowedUsers: { defaultFollowedUsers: {
type: 'array', nullable: true, items: { type: 'array', nullable: true, items: {
type: 'string', type: 'string',
format: 'misskey:id',
}, },
}, },
forciblyFollowedUsers: { forciblyFollowedUsers: {
type: 'array', nullable: true, items: { type: 'array', nullable: true, items: {
type: 'string', type: 'string',
format: 'misskey:id',
}, },
}, },
hiddenTags: { hiddenTags: {