| Name | Type | Description | Notes |
|---|---|---|---|
| added_date | date | Date that the image was added by the contributor, in the format YYYY-MM-DD | [optional] |
| affiliate_url | str | Affiliate referral link; appears only for registered affiliate partners | [optional] |
| aspect | float | Aspect ratio of the image | [optional] |
| assets | ImageAssets | Image asset information | [optional] |
| categories | list[Category] | Categories that this image is a part of | [optional] |
| contributor | Contributor | ||
| description | str | Detailed description of the image | [optional] |
| has_model_release | bool | Indicates whether there are model releases for the image | [optional] |
| has_property_release | bool | Indicates whether there are property releases for the image | [optional] |
| id | str | Image ID | |
| image_type | str | Type of image | [optional] |
| is_adult | bool | Whether or not this image contains adult content | [optional] |
| is_editorial | bool | Whether or not this image is editorial content | [optional] |
| is_illustration | bool | Whether or not this image is an illustration | [optional] |
| keywords | list[str] | Keywords associated with the content of this image | [optional] |
| media_type | str | Media type of this image, should always be "image" | |
| model_releases | list[ModelRelease] | List of model releases | [optional] |
| models | list[Model] | List of models | [optional] |
| releases | list[str] | List of all releases of this image | [optional] |
| url | str | Link to image information page; included only for certain accounts | [optional] |