{
  "$name": "User",
  "$description": "System user model",
  "$inherits": [
    "apemanmodel/defs/user/ap_user.json",
    "apemanmodel/defs/abstract/ap_additional.json"
  ],
  "$attributes": {
    "keyAlias": {
      "$dynamic": true,
      "$get": "this.getDataValue('key')"
    }
  },
  "$indexes": {
  },
  "$hasOne": {
    "profile": "UserProfile"
  },
  "$belongsToMany": {
    "projects": "UserProject:Project"
  }
}