Properties
Name | Type | Format | Description |
---|---|---|---|
asset | object | asset | The asset that is linked to from the entry |
altText | string | - | The image alt text, defined in the entry |
caption | string | - | The image caption, defined in the entry |
transformations | object | image transformation | The transformations that will be applied to the image |
Example
{
"asset": {
"sys": {
"id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f",
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB"
}
},
"caption": "Fight club is a great film!",
"altText": "The 1999 Fight Club image poster",
"transformations": {
"size": {
"height": 100,
"width": 100
},
"flip": "h",
"rotate": 95,
"crop": {
"width": 100,
"height": 100,
"x": 10,
"y": 20
},
"quality": 95
}
}
{
"asset": {
"sys": {
"id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f",
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB"
}
},
"caption": "Fight club is a great film!",
"altText": "The 1999 Fight Club image poster",
"transformations": {
"size": {
"height": 100,
"width": 100
},
"flip": "h",
"rotate": 95,
"crop": {
"width": 100,
"height": 100,
"x": 10,
"y": 20
},
"quality": 95
}
}
{
"asset": {
"sys": {
"id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f",
"dataFormat": "asset",
"language": "en-GB"
}
},
"caption": "Fight club is a great film!",
"altText": "The 1999 Fight Club image poster",
"transformations": {
"size": {
"height": 100,
"width": 100
},
"flip": "h",
"rotate": 95,
"crop": {
"width": 100,
"height": 100,
"x": 10,
"y": 20
},
"quality": 95
}
}