{
    "properties":{
      "FirstName":{
          "type":"string"
      },
      "LastName":{
          "type":"string"          
      }  
    },
    "x-hints": {
        "form": {
            "inputComponent": "testComponent"
        }
    }
}