Media
Hotel media (images, videos)
urlstringrequired
Media URL
mediaTypestringnullable
Type of media (image, video)
captionstringnullable
Media caption
widthintegernullable
Media width in pixels
heightintegernullable
Media height in pixels
orderIndexintegernullable
Display order
isPrimarybooleannullable
Whether this is the primary media
Media
{
"url": "string",
"mediaType": "string",
"caption": "string",
"width": 0,
"height": 0,
"orderIndex": 0,
"isPrimary": true
}