{
  "id": "tradle.Profession",
  "title": "Profession",
  "subClassOf": "tradle.Form",
  "type": "tradle.Model",
  "properties": {
    "profession": {
      "displayName": true,
      "type": "object",
      "ref": "tradle.ProfessionType"
    },
    "description": {
      "type": "string"
    },
    "seniority": {
      "type": "string"
    },
    "position": {
      "type": "string"
    }
  },
  "viewCols": [
    "profession",
    "description",
    "seniority",
    "position"
  ],
  "required": [
    "profession"
  ]
}