type: object properties: photo_id: type: integer description: ID of the photo path: type: string description: Path to a fullsize image thumb: type: string description: Path to a image's thumbnail order: type: integer description: Index of image to store display order example: photo_id: 1 path: 'images/227cb715-e2d1-4eaf-8a27-766745975d06.jpg' thumb: 'images/227cb715-e2d1-4eaf-8a27-766745975d06-thumb.jpg' order: '1'