RespondentDetails

RespondentDetails is a domain object which encapsulates the Respondent object and is embedded in the PollDetails object:

{  
"type":"object",
"properties":{
"respondentEmail":{
"type":"string"
},
"respondentDisplayName":{
"type":"string"
}
}
}