πΌοΈ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
Property | Expected Type | Description |
---|---|---|
@type | Must always be present and set to |
Optional properties
Property | Expected Type | Description |
---|---|---|
contentUrl | Actual bytes of the media object, for example the image file or video file. Example
The URL for the image. | |
url | Url that provides additional information about the ImageObject Example
| |
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
| |
thumbnail | The Base64 encoded thumbnail image for the audio. | |
width | The width of the media in pixels. Example
|
Last updated