typo
This commit is contained in:
parent
b04155e7ba
commit
3bc0cdbfb7
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue