No description available.
Properties
alt
string
Required
Alt text description of the image, for accessibility.
aspectRatio
ref
so.sprk.media.defs#aspectRatio
Optional
No description available.
image
blob
Required
No description available.
maxSize: 5.2 MBView raw schema
{
"type": "object",
"required": [
"image",
"alt"
],
"properties": {
"alt": {
"type": "string",
"description": "Alt text description of the image, for accessibility."
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 5242880
},
"aspectRatio": {
"ref": "so.sprk.media.defs#aspectRatio",
"type": "ref"
}
}
}