No description available.
Properties
alt
string
Optional
Alt text description of the image, for accessibility.
maxLength: 3000 bytesmaxGraphemes: 3000 graphemesaspectRatio
ref
#aspectRatio
Required
No description available.
image
blob
Required
No description available.
maxSize: 1.0 MBView raw schema
{
"type": "object",
"required": [
"image",
"aspectRatio"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 3000,
"description": "Alt text description of the image, for accessibility.",
"maxGraphemes": 3000
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"aspectRatio": {
"ref": "#aspectRatio",
"type": "ref"
}
}
}