{
"type": "object",
"properties": {
"companyName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"businessEmail": {
"type": "string"
},
"companySize": {
"type": "string"
},
"phoneNumber": {
"type": "string"
},
"countryTimezone": {
"type": "string"
},
"heardAbout": {
"type": "string"
},
"additionalDetails": {
"type": "string"
},
"website": {
"type": "string"
}
}
}