Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 886 Bytes

Image.md

File metadata and controls

16 lines (12 loc) · 886 Bytes

Image

Properties

Name Type Description Notes
id UUID ID of the image. UUID Version 4.
thumbnailUrl String A URL for a thumbnail-sized version of the image.
largeUrl String A URL for a large version of the image.
originalUrl String A URL for the original, full-resolution version of the image. Useful for downloading.
index Int The order in which the image should be displayed amongst other related images. [optional]
caption String A brief explanation of the image. [optional]
displayInGallery Bool Should the image be displayed in a gallery?

[Back to Model list] [Back to API list] [Back to README]