No description available.
Properties
alt
string
Optional
No description available.
aspectRatio
ref
#aspectRatio
Required
No description available.
caption
string
Optional
No description available.
maxLength: 500 bytesmaxGraphemes: 50 graphemesimage
blob
Required
No description available.
maxSize: 10.0 MBimageHash
string
Optional
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemesView raw schema
{
"type": "object",
"required": [
"image",
"aspectRatio"
],
"properties": {
"alt": {
"type": "string"
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 10000000
},
"caption": {
"type": "string",
"maxLength": 500,
"maxGraphemes": 50
},
"imageHash": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"aspectRatio": {
"ref": "#aspectRatio",
"type": "ref"
}
}
}