This commit is contained in:
syuilo 2023-01-09 17:22:21 +09:00
parent b04155e7ba
commit 3bc0cdbfb7

View file

@ -22,10 +22,9 @@ export const meta = {
type: 'object', type: 'object',
optional: false, nullable: false, optional: false, nullable: false,
properties: { properties: {
id: { name: {
type: 'string', type: 'string',
optional: false, nullable: false, optional: false, nullable: false,
format: 'id',
}, },
aliases: { aliases: {
type: 'array', type: 'array',