A group of image variants for display purposes (currently only main and thumbnail).
Record Key
tid
Timestamp-based ID
Properties
main
blob
Required
No description available.
maxSize: 3.0 MBparent
ref
#strongRef
Optional
No description available.
thumbnail
blob
Required
No description available.
maxSize: 100.0 KBView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"main",
"thumbnail"
],
"properties": {
"main": {
"type": "blob",
"accept": [
"image/jpeg",
"image/png"
],
"maxSize": 3000000
},
"parent": {
"ref": "#strongRef",
"type": "ref"
},
"thumbnail": {
"type": "blob",
"accept": [
"image/jpeg",
"image/png"
],
"maxSize": 100000
}
}
},
"description": "A group of image variants for display purposes (currently only main and thumbnail)."
}