digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
33 lines (32 loc) • 1 kB
JSON
[
{
"name": "type",
"type": "string",
"required": true,
"description": "The type of summary content.\nMust be one of:\n - text\n - list\n - upload\n - checkboxes\n - checkbox_tree\n - checkbox_tree_large\n - radios\n - boolean\n - textbox_large\n - pricing\n - date\n - number\n - multiquestion\n - list_multiquestion\n"
},
{
"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"
}
]