# ImageMetadata
## Properties
**hash** | **String** | Full SHA256 hash |
**original_filename** | **String** | Original filename as uploaded |
**size** | **i32** | File size in bytes |
**uploaded_at** | **String** | Upload timestamp |
**mime_type** | **String** | MIME type |
**width** | Option<**i32**> | Image width in pixels | [optional]
**height** | Option<**i32**> | Image height in pixels | [optional]
**dominant_color** | Option<**String**> | Dominant color as 6-digit hex (without #) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)