chore (firefish-js): update note entity

This commit is contained in:
naskya 2024-05-19 20:11:11 +09:00
parent 39a814633b
commit 08233bc0af
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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,