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":987.65,"camera":"abc123","caption":"abc123","copyright":"abc123","createdTimestamp":987,"credit":"xyz789","focalLength":123.45,"iso":123,"keywords":["xyz789"],"orientation":"abc123","shutterSpeed":987.65,"title":"abc123"}