Deployment_Question_AnswerSpec

Deployment_Question_AnswerSpec
Deployment_Question_AnswerSpec

The Question.AnswerSpec structure contains fields to describe the answer to a raised question.

JSON Example
{
    "question_id": "string",
    "answer_val": "string"
}
string
question_id
Required

Id of the question being answered.

string
answer_val
Required

The answer value.