No description available.
Properties
aspectRatio
ref
#aspectRatio
Optional
No description available.
image
blob
Required
No description available.
maxSize: 1.0 MBwidth
integer
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"width": {
"type": "integer"
},
"aspectRatio": {
"ref": "#aspectRatio",
"type": "ref"
}
}
}