Photo object
Individual photos within albums
| Field | Type | Description |
|---|---|---|
id | integer (int32) | Unique photo identifier |
albumIdrequired | integer (int32) | Parent album ID |
title | string | Photo title or caption |
urlrequired | string (uri) | Full-size image URL |
thumbnailUrl | string (uri) | Thumbnail URL (150x150) |
width | integer (int32) | Image width in pixels |
height | integer (int32) | Image height in pixels |
size | integer (int32) | File size in bytes |
format | string | Image format |
createdAt | string (date-time) |