{
  "$name": "Project",
  "$description": "Project model",
  "$inherits": [
    "apemanmodel/defs/abstract/ap_name.json"
  ],
  "$attributes": {
  },
  "$indexes": {
  },
  "$belongsToMany": {
    "users": "UserProject:User"
  }
}