{
  "id": "tradle.MyProduct",
  "title": "My Product",
  "type": "tradle.Model",
  "properties": {
    "myProductId": {
      "type": "string"
    },
    "owner": {
      "type": "object",
      "ref": "tradle.Identity"
    }
  }
}
