Skip to content

image

An image file. Photos, screenshots, diagrams, artwork.

MetadataValue
Pluralimages
Alsofile
FieldType
widthinteger
heightinteger
formatstring
altTextstring
appNamestring
windowIdinteger
displayIdinteger
displayIndexinteger

From file:

FieldType
encodingstring
filenamestring
kindstring
lineCountinteger
mimeTypestring
pathstring
shastring
sizeinteger
RelationTarget
attachedTomessage
repositoryrepository

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.