---
title: metadata
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avcontentproposal/metadata
---

# metadata

Optional custom metadata associated with the proposed item.

## Declaration

```swift
var metadata: [AVMetadataItem] { get set }
```

## Discussion

Discussion In addition to the title and preview image, you can associate any custom metadata you need for the presentation of this content proposal.

## See Also

### Configuring the Content Proposal

- [contentTimeForTransition](avkit/avcontentproposal/contenttimefortransition.md)
- [title](avkit/avcontentproposal/title.md)
- [previewImage](avkit/avcontentproposal/previewimage.md)
- [automaticAcceptanceInterval](avkit/avcontentproposal/automaticacceptanceinterval.md)
- [url](avkit/avcontentproposal/url.md)
