{
  "type": "tradle.Model",
  "id": "my.custom.NameForm",
  "title": "Name",
  "subClassOf": "tradle.Form",
  "properties": {
    "givenName": {

      "type": "string"
    },
    "nameYouWishYouHad": {
      "type": "string"
    }
  }
}
