API Model
Asked Variable
It represents a variable that has been asked
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| name | string | yes | variable's name |
| question | string | yes | variable's question |
| value | string | yes | variable's value |
Example
{
"name": "author",
"question": "who wrote the book?",
"value": "Jules Verne"
}