spec(profile): 相互リンクバナーのサイズ変更・ID付与 (MisskeyIO#696)
This commit is contained in:
parent
2896ff3130
commit
4c6e594ff0
6 changed files with 18 additions and 9 deletions
|
@ -397,12 +397,13 @@ export const packedUserDetailedNotMeOnlySchema = {
|
|||
items: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
id: { type: 'string', format: 'misskey:id' },
|
||||
url: { type: 'string' },
|
||||
fileId: { type: 'string', format: 'misskey:id' },
|
||||
description: { type: 'string', nullable: true },
|
||||
imgSrc: { type: 'string' },
|
||||
},
|
||||
required: ['url', 'fileId'],
|
||||
required: ['id', 'url', 'fileId'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue