fix note.ts
This commit is contained in:
parent
3a50c7fa47
commit
f1dfd31991
|
|
@ -127,22 +127,18 @@ export const packedNoteSchema = {
|
||||||
channel: {
|
channel: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
optional: true, nullable: true,
|
optional: true, nullable: true,
|
||||||
items: {
|
properties: {
|
||||||
type: 'object',
|
id: {
|
||||||
optional: false, nullable: false,
|
type: 'string',
|
||||||
properties: {
|
optional: false, nullable: false,
|
||||||
id: {
|
},
|
||||||
type: 'string',
|
name: {
|
||||||
optional: false, nullable: false,
|
type: 'string',
|
||||||
},
|
optional: false, nullable: true,
|
||||||
name: {
|
},
|
||||||
type: 'string',
|
isSensitive: {
|
||||||
optional: false, nullable: true,
|
type: 'boolean',
|
||||||
},
|
optional: true, nullable: false,
|
||||||
isSensitive: {
|
|
||||||
type: 'boolean',
|
|
||||||
optional: true, nullable: false,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue