πΌοΈImageObject
Data Model Type - ImageObject
ImageObject
Type ImageObject is a derived type from https://schema.org/ImageObject, which means that for this particular data model type, any of the properties also mentioned at schema.org, may also be used. However, to structure metadata supported properties mentioned shall be used only.
Properties
Required properties
@type
Must always be present and set to "@type": "ImageObject"
Optional properties
contentUrl
Actual bytes of the media object, for example the image file or video file.
Example
"contentUrl": "https://example.com/media/stayin/getfit.png"
The URL for the image.
url
Url that provides additional information about the ImageObject
Example
"url": "https://soundcloud.com/joshy-lift12/alan-walker-vs-coldplay-hymm-description.png"
image
An image of the item. This can be a Base64 encoded URL
name
The name of the item.
creator
The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.
caption
The caption for this object. For downloadable machine formats.
about
The subject matter of the content.
height
The height of the media in pixels.
Example
"height": 300
thumbnail
The Base64 encoded thumbnail image for the audio.
width
The width of the media in pixels.
Example
"width": 400
Last updated