Media
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
External code of the image max length 255 |
|
url |
string |
yes | max length 255 |
type |
string |
yes | In case of type video, we currently support vimeo and youtube urls one of: image, video, pdf |
altText |
`null | string` | |
title |
`null | string` | |
sequenceId |
`null | number` |
Example
Section titled “Example”{ "code": "gdt5-c", "url": "https://myAwesomeShop.com/image01.jpg", "type": "image", "altText": "a translated string", "title": "a translated string", "sequenceId": 1}
