Model segmentations


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
userx

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
codeStringxx
createdAtDate
dirtyBooleantrue
labels_and_idArray of ObjectID[Function]
labels_not_idArray of ObjectID[Function]
last_countNumber
last_count_dateDate
nameStringxx
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": {
    "unique": true,
    "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
}

labels_and_id

{
  "path": "labels_and_id",
  "instance": "Array",
  "options": {
    "type": [
      {
        "link": "label",
        "map_to": "labels_and"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

labels_not_id

{
  "path": "labels_not_id",
  "instance": "Array",
  "options": {
    "type": [
      {
        "link": "label",
        "map_to": "labels_not"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

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,
    "required": true
  },
  "validators": [
    {
      "message": "Path `{PATH}` is required."
    }
  ],
  "isRequired": true
}

Validators

updatedAt

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