> For the complete documentation index, see [llms.txt](https://pavan-joshi.gitbook.io/making-payment-transactions-smart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pavan-joshi.gitbook.io/making-payment-transactions-smart/data-models/type-reference/audioobject.md).

# 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** | [`Text`](https://schema.org/Text) | <p>Must always be present and set to: <code>AudioObject</code></p><p><br><strong>Example</strong><br><code>"type": "AudioObject"</code></p> |

#### **Optional properties**

| Property       | Expected Schema Type                                                                                                                                         | Description                                                                                                                                                                                                                                                                                            |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **contentUrl** | [`URL`](https://schema.org/URL)                                                                                                                              | <p>Actual bytes of the media object, for example the image file or video file.</p><p><br><strong>Example</strong></p><p><code>"contentUrl": "<https://example.com/media/stayin/getfit.mp3>"</code></p><p>The URL for the audio.</p>                                                                    |
| **url**        | [`URL`](https://schema.org/URL)                                                                                                                              | <p>Url that provides additional information about the AudioObject</p><p><strong>Example</strong></p><p><code>"url": "<https://soundcloud.com/joshy-lift12/alan-walker-vs-coldplay-hymm-description>"</code></p>                                                                                        |
| **embedUrl**   | [`URL`](https://schema.org/URL)                                                                                                                              | <p>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.</p><p><br><strong>Example</strong></p><p><code>"embedUrl": "<https://example.com/media/stayin/getfit>"</code></p> |
| **height**     | [`Integer`](https://schema.org/Integer)                                                                                                                      | <p>The height of the media in pixels.</p><p><br><strong>Example</strong></p><p><code>"height": 300</code></p>                                                                                                                                                                                          |
| **thumbnail**  | [`URL`](https://schema.org/URL)                                                                                                                              | The Base64 encoded thumbnail image for the audio.                                                                                                                                                                                                                                                      |
| **width**      | [`Integer`](https://schema.org/Integer)                                                                                                                      | <p>The width of the media in pixels.</p><p><br><strong>Example</strong></p><p><code>"width": 400</code></p>                                                                                                                                                                                            |
| **image**      | [`URL`](https://schema.org/URL)                                                                                                                              | An image of the item. This can be a Base64 encoded URL                                                                                                                                                                                                                                                 |
| **creator**    | <p><a href="https://schema.org/Organization"><code>Organization</code></a><code>or</code><br><a href="https://schema.org/Person"><code>Person</code></a></p> | The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.                                                                                                                                                                                                     |
| **name**       | [`Text`](https://schema.org/Text)                                                                                                                            | The name of the item.                                                                                                                                                                                                                                                                                  |
