{
  "id": "tradle.EducationNL",
  "title": "Education",
  "subClassOf": "tradle.Enum",
  "type": "tradle.Model",
  "properties": {
    "education": {
      "displayName": true,
      "type": "string"
    }
  },
  "enum": [
    {
      "id": "elementary",
      "title": "Elementary School"
    },
    {
      "id": "highSchool",
      "title": "High School"
    },
    {
      "id": "vocationalJ",
      "title": "Vocational Secondary School (Junior)"
    },
    {
      "id": "vocationalS",
      "title": "Vocational Secondary School (Senior)"
    },
    {
      "id": "college",
      "title": "College"
    },
    {
      "id": "university",
      "title": "University"
    }
  ]
}