spec(skeb/role): Skeb募集中のクリエイターに自動でロールが付与されるように・バッジから募集状態の確認ができるように (MisskeyIO#593)

This commit is contained in:
まっちゃとーにゅ 2024-04-01 20:12:15 +09:00 committed by GitHub
parent 31ebd77e8a
commit 95838a036e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 323 additions and 44 deletions

View file

@ -176,6 +176,10 @@ export const packedUserLiteSchema = {
type: 'number',
nullable: false, optional: false,
},
behavior: {
type: 'string',
nullable: false, optional: true,
}
},
},
},