Answer
Answer is used to represent a answer in a conversational content
Format
JSON
{
"type": "text",
"subtype": "answer",
"metadata": {
"interviewee": {
"name": "John",
"...": "..."
}
},
"text": "<p>This is the answer</p>"
}
Schema
| Key | Type |
|---|---|
| type * | String, Value should be text |
| subtype * | Value should be answer |
| metadata | Object, Value can be empty {} or any interviewee information |
| text * | HTML string starting and ending with <p></p> |
Notes
[1] All mandatory fields are marked with an *