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