{
  "id": "tradle.PhoneTypes",
  "title": "Phone Types",
  "subClassOf": "tradle.Enum",
  "type": "tradle.Model",
  "properties": {
    "phoneType": {
      "displayName": true,
      "type": "string"
    }
  },
  "enum": [
    { "id": "home", "title": "Home" },
    { "id": "mobile", "title": "Mobile" },
    { "id": "work", "title": "Work" }
  ]
}
