Media
Data Structure of Media
Field | Column Type | Description | Example 1 |
---|---|---|---|
images | hash | ||
_id | String | ||
alt_translation | Translation |
{
"images": {
"favicon_small": {
"width": 200.0,
"height": 200.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"favicon": {
"width": 200.0,
"height": 200.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"favicon_large": {
"width": 200.0,
"height": 200.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"transparent_thumb": {
"width": 200.0,
"height": 200.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"transparent_large": {
"width": 500.0,
"height": 500.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"transparent_xlarge": {
"width": 800.0,
"height": 800.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"original": {
"width": 800.0,
"height": 800.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"source": {
"width": 750.0,
"height": 750.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"thumb": {
"width": 200.0,
"height": 200.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"large": {
"width": 500.0,
"height": 500.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
},
"xlarge": {
"width": 800.0,
"height": 800.0,
"url": "https://img.example.com/media/1234/thumb.jpg"
}
},
"_id": "5f34fd51e8e25c005195055e",
"alt_translations": {}
Updated almost 4 years ago