Properties
No description provided.
maxSize: 5.0 MB
No description provided.
maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"id": {
"type": "string"
},
"uri": {
"type": "string",
"format": "uri"
},
"thumb": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 5000000
},
"service": {
"type": "string"
},
"thumbHash": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
}
}
}
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"id": {
"type": "string"
},
"uri": {
"type": "string",
"format": "uri"
},
"thumb": {
"type": "string",
"format": "uri"
},
"service": {
"type": "string"
}
}
}