An image file. Photos, screenshots, diagrams, artwork.
| Metadata | Value |
|---|
| Plural | images |
| Also | file |
| Field | Type |
|---|
width | integer |
height | integer |
format | string |
altText | string |
appName | string |
windowId | integer |
displayId | integer |
displayIndex | integer |
From file:
| Field | Type |
|---|
encoding | string |
filename | string |
kind | string |
lineCount | integer |
mimeType | string |
path | string |
sha | string |
size | integer |
External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- schema.org/ImageObject — Our width/height = width/height; format ≈ encodingFormat; altText = caption/accessibilityCaption.
- IANA Media Types (image/*) — Our format values (PNG, JPEG, WebP, SVG) align with registered image/* media types.
- Exif 2.3 (JEITA CP-3451) — Source of most image metadata fields. width/height come from Exif PixelXDimension/PixelYDimension.