Model contracts
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
finance | x | x | x | x |
line_manager | x | x | x | x |
admin | | x | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_owner_id | ObjectID | User | _owner | | x | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
createdAt | Date | | | | | |
date_sent | Date | | | | | |
date_signed | Date | | | | | |
filename | String | | | | | |
organisation_id | ObjectID | Organisation | | | x | |
reference | String | | | | | |
sent | Boolean | | | | | |
signed | Boolean | | | | | |
type | String | | | | | |
updatedAt | Date | | | | | |
user_id | ObjectID | User | | | | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"path": "date_sent",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_sent"
],
"options": {},
"_index": null
}
{
"path": "date_signed",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_signed"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "filename",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"filename"
],
"options": {},
"_index": null
}
{
"path": "organisation_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"organisation_id"
],
"options": {
"link": "Organisation",
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "reference",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"reference"
],
"options": {},
"_index": null
}
{
"path": "sent",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"sent"
],
"options": {},
"_index": null
}
{
"path": "signed",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"signed"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "type",
"instance": "String",
"validators": [
{
"message": "Validator failed for path `{PATH}` with value `{VALUE}`",
"type": "user defined",
"validator": {}
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"type"
],
"options": {
"validate": {}
},
"_index": null
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}
{
"path": "user_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_id"
],
"options": {
"link": "User"
},
"_index": null
}