[
    {
        "name": "question",
        "type": "object",
        "required": true,
        "description": "question data from frameworks"
    },
    {
        "name": "data",
        "type": "object",
        "required": false,
        "description": "the answers to the questions"
    },
    {
        "name": "errors",
        "type": "object",
        "required": false,
        "description": "errors that may be related to the question"
    },
    {
        "name": "frameworkReusedFrom",
        "type": "string",
        "required": false,
        "description": "show a warning if the answer is from re-use"
    },
    {
        "name": "list_multi_question_index",
        "type": "string",
        "required": false,
        "description": "the item number if part of a list multiquestion"
    }
]
