Schema Documentation
MediaItemMeta
Description
Meta connected to a MediaItem
Fields
Field Name | Description |
---|---|
aperture -
Float | Aperture measurement of the media item. |
camera -
String | Information about the camera used to create the media item. |
caption -
String | The text string description associated with the media item. |
copyright -
String | Copyright information associated with the media item. |
createdTimestamp -
Int | The date/time when the media was created. |
credit -
String | The original creator of the media item. |
focalLength -
Float | The focal length value of the media item. |
iso -
Int | The ISO (International Organization for Standardization) value of the media item. |
keywords -
[String] | List of keywords used to describe or identfy the media item. |
orientation -
String | The vertical or horizontal aspect of the media item. |
shutterSpeed -
Float | The shutter speed information of the media item. |
title -
String | A useful title for the media item. |
Example
{"aperture":123.45,"camera":"xyz789","caption":"xyz789","copyright":"xyz789","createdTimestamp":123,"credit":"xyz789","focalLength":987.65,"iso":123,"keywords":["xyz789"],"orientation":"xyz789","shutterSpeed":987.65,"title":"abc123"}