> 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

## 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.                                                                                                                                                                                                                                                                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pavan-joshi.gitbook.io/making-payment-transactions-smart/data-models/type-reference/audioobject.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
