Image
An Image is used to store details about uploaded images. Images are uploaded by the File Service, and the URL is provided by the File Service.
Properties
id
stringRequiredThe image's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
url
stringRequiredThe URL at which the image file can be found.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?