No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"src"
],
"properties": {
"src": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"previewImage": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
}
}
}