digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
15 lines (14 loc) • 606 B
JSON
[
{
"name": "type",
"type": "string",
"required": true,
"description": "The type of summary content.\nMust be one of:\n - text\n - text_bold\n - list\n - upload\n - service_id\n - checkboxes\n - checkbox_tree\n - checkbox_tree_large\n - radios\n - boolean\n - select\n - textbox\n - textbox_large\n - pricing\n - date\n - number\n - money\n - multiquestion\n"
},
{
"name": "value",
"type": "string or array",
"required": true,
"description": "single or multiple items to be passed to the relevent macro"
}
]