πŸŽ™οΈAudioObject

Data Model Type - AudioObject

AudioObject

Type AudioObject is a derived type from https://schema.org/AudioObject, 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 Schema Type
Description

type

Must always be present and set to: AudioObject

Example "type": "AudioObject"

Optional properties

Property
Expected Schema Type
Description

contentUrl

Actual bytes of the media object, for example the image file or video file.

Example

"contentUrl": "https://example.com/media/stayin/getfit.mp3"

The URL for the audio.

url

Url that provides additional information about the AudioObject

Example

"url": "https://soundcloud.com/joshy-lift12/alan-walker-vs-coldplay-hymm-description"

embedUrl

A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.

Example

"embedUrl": "https://example.com/media/stayin/getfit"

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

image

An image of the item. This can be a Base64 encoded URL

creator

The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.

name

The name of the item.

Last updated