DeploymentQuestionAnswerSpec
The Question.AnswerSpec structure contains fields to describe the answer to a raised question.
Properties
string
answer_val
Required
The answer value.
string
question_id
Required
Id of the question being answered.
JSON Example
{
"answer_val": "string",
"question_id": "string"
}