{ "title": "UpdateServiceUserNextOfKin", "type": "object", "properties": { "@type": { "type" : "string", "default" : "OtherNextOfKin" }, "firstName": { "type" : "string" }, "lastName": { "type" : "string" }, "telephoneNumber": { "type" : "string" }, "fullAddress": { "type" : "string" }, "emailAddress": { "type" : "email" } }, "required":["@type"] }