Model schedules
Permissions
| User Group | Create? | Read? | Update? | Delete? |
|---|
| super_user | x | x | x | |
| admin | | x | | |
Fields
| Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
|---|
| __v | Number | | | | | | |
| _deleted | Boolean | | | false | x | | |
| _id | ObjectID | | | [Function] | | | |
| _owner_id | ObjectID | User | _owner | | x | | |
| _updated_by_id | ObjectID | User | _updated_by | | x | | |
| action | String | | | | | | |
| created | Date | | | [Function] | | | |
| createdAt | Date | | | | | | |
| cron | String | | | | | | |
| description | String | | | | | | |
| due | Date | | | Fri Dec 05 2025 07:07:45 GMT+0000 (Coordinated Universal Time) | x | | |
| id | ObjectID | | | | x | | |
| last_output | Mixed | | | | | | |
| last_run | Date | | | | | | |
| name | String | | | | | | |
| repeat | String | | | never | x | | |
| status | String | | | due | x | | |
| updatedAt | Date | | | | | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}action
{
"path": "action",
"instance": "String",
"options": {},
"validators": []
}created
{
"path": "created",
"instance": "Date",
"options": {},
"validators": [],
"defaultValue": "[Function]"
}createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}cron
{
"path": "cron",
"instance": "String",
"options": {},
"validators": []
}description
{
"path": "description",
"instance": "String",
"options": {},
"validators": []
}due
{
"path": "due",
"instance": "Date",
"options": {
"index": true,
"default": "2025-12-05T07:07:45.082Z"
},
"validators": [],
"defaultValue": "2025-12-05T07:07:45.082Z"
}id
{
"path": "id",
"instance": "ObjectID",
"options": {
"index": true
},
"validators": []
}last_output
{
"path": "last_output",
"instance": "Mixed",
"options": {},
"validators": []
}last_run
{
"path": "last_run",
"instance": "Date",
"options": {},
"validators": []
}name
{
"path": "name",
"instance": "String",
"options": {},
"validators": []
}repeat
{
"path": "repeat",
"instance": "String",
"options": {
"validate": {},
"index": true,
"default": "never"
},
"validators": [
{
"message": "Validator failed for path `{PATH}` with value `{VALUE}`"
}
],
"defaultValue": "never"
}Validators
- : Validator failed for path `{PATH}` with value `{VALUE}`
status
{
"path": "status",
"instance": "String",
"options": {
"validate": {},
"index": true,
"default": "due"
},
"validators": [
{
"message": "Validator failed for path `{PATH}` with value `{VALUE}`"
}
],
"defaultValue": "due"
}Validators
- : Validator failed for path `{PATH}` with value `{VALUE}`
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}