{
  "id": "tradle.AssignRelationshipManager",
  "title": "Assign Reviewer",
  "subClassOf": "tradle.Form",
  "type": "tradle.Model",
  "notEditable": true,
  "properties": {
    "employee": {
      "type": "object",
      "ref": "tradle.Identity"
    },
    "application": {
      "type": "object",
      "ref": "tradle.Application",
      "displayName": true
    }
  },
  "required": [
    "employee",
    "application"
  ],
  "viewCols": [
    "employee",
    "application"
  ]
}
