No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"uri",
"title",
"description"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"thumb": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"title": {
"type": "string"
},
"thumbHash": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"description": {
"type": "string"
}
}
}