絵文字のライセンスを表示できるように

This commit is contained in:
syuilo 2023-03-17 20:24:47 +09:00
parent 2be93b1fe6
commit ed51209172
5 changed files with 74 additions and 18 deletions

View file

@ -23,24 +23,7 @@ export const meta = {
items: {
type: 'object',
optional: false, nullable: false,
properties: {
name: {
type: 'string',
optional: false, nullable: false,
},
aliases: {
type: 'array',
optional: false, nullable: false,
items: {
type: 'string',
optional: false, nullable: false,
},
},
category: {
type: 'string',
optional: false, nullable: true,
},
},
ref: 'EmojiSimple',
},
},
},