chore (firefish-js): update note entity
This commit is contained in:
parent
39a814633b
commit
08233bc0af
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ export const packedNoteSchema = {
|
|||
nullable: false,
|
||||
format: "date-time",
|
||||
},
|
||||
scheduledAt: {
|
||||
type: "string",
|
||||
optional: true,
|
||||
nullable: false,
|
||||
format: "date-time",
|
||||
},
|
||||
text: {
|
||||
type: "string",
|
||||
optional: false,
|
||||
|
|
Loading…
Reference in a new issue