playlist
A video playlist. Playlists are lists that contain videos instead of products.
| Metadata | Value |
|---|---|
| Plural | playlists |
| Subtitle field | text |
| Also | list |
Relations
Section titled “Relations”| Relation | Target |
|---|---|
contains | video[] |
Inherited
Section titled “Inherited”From list:
| Field | Type |
|---|---|
isDefault | boolean |
isPublic | boolean |
listId | string |
listType | string |
privacy | string |
| Relation | Target |
|---|---|
belongsTo | account |
platform | product |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- schema.org/MusicPlaylist / ItemList — Our contains(video[]) ≈ track/itemListElement. We generalize beyond music to any ordered media list.
- YouTube Data API — Playlist — Practical source. Playlist = ordered Video collection — inherits list identity semantics.