Model labels


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
ownerxxxx
userx

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
codeStringx
createdAtDate
dirtyBooleantrue
display_on_dashboardBoolean
fnString
last_countNumber
last_count_dateDate
nameStringx
rulesArray of String[Function]
updatedAtDate

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": []
}

code

{
  "path": "code",
  "instance": "String",
  "options": {
    "required": true
  },
  "validators": [
    {
      "message": "Path `{PATH}` is required."
    }
  ],
  "isRequired": true
}

Validators

createdAt

{
  "path": "createdAt",
  "instance": "Date",
  "options": {
    "immutable": true
  },
  "validators": []
}

dirty

{
  "path": "dirty",
  "instance": "Boolean",
  "options": {
    "default": true
  },
  "validators": [],
  "defaultValue": true
}

display_on_dashboard

{
  "path": "display_on_dashboard",
  "instance": "Boolean",
  "options": {},
  "validators": []
}

fn

{
  "path": "fn",
  "instance": "String",
  "options": {},
  "validators": []
}

last_count

{
  "path": "last_count",
  "instance": "Number",
  "options": {},
  "validators": []
}

last_count_date

{
  "path": "last_count_date",
  "instance": "Date",
  "options": {},
  "validators": []
}

name

{
  "path": "name",
  "instance": "String",
  "options": {
    "unique": true
  },
  "validators": []
}

rules

{
  "path": "rules",
  "instance": "Array",
  "options": {
    "type": [
      null
    ],
    "validate": {}
  },
  "validators": [
    {}
  ],
  "defaultValue": "[Function]",
  "arrayType": "String"
}

Validators

updatedAt

{
  "path": "updatedAt",
  "instance": "Date",
  "options": {},
  "validators": []
}