{
  "id": "tradle.MyRefreshProduct",
  "type": "tradle.Model",
  "title": "My Refresh",
  "subClassOf": "tradle.MyProduct",
  "properties": {
    "entityRole": {
      "type": "string"
    },
    "myProductId": {
      "title": "Employee ID",
      "type": "string"
    }
  }
}
