{
  "id": "tradle.Product",
  "type": "tradle.Model",
  "title": "Product",
  "properties": {
    "productName": {
      "displayName": true,
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "manufacturer": {
      "type": "object",
      "ref": "tradle.Counterparty"
    },
    "listPrice": {
      "type": "object",
      "displayName": true,
      "ref": "tradle.Money"
    }
  },
  "required": [
    "productName"
  ]
}
