{
  "id": "tradle.Item",
  "type": "tradle.Model",
  "title": "Item",
  "isInterface": true,
  "properties": {
    "container": {
      "type": "object",
      "ref": "tradle.Form"
    }
  }
}