Image upload
When you want to allow your users to upload some additional images, you can use the image upload field.
That field uses the simplest possible syntax:
{
"name": "logo",
"label": "Website logo",
"value": "",
"type": "upload"
}
If you want to allow users to upload small images using smaller UI, please consider use of the small image upload field.