Skip to content

Latest commit

 

History

History
309 lines (169 loc) · 6.37 KB

media-timed-asset-reference.schema.md

File metadata and controls

309 lines (169 loc) · 6.37 KB

Timed Media Primary Asset Reference Schema

https://ns.adobe.com/xdm/context/media-timed-asset-reference

Asset information about the main content that was played, but present on all ads and chapters that occur during the content's playback as well.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental Yes Forbidden Permitted context/media-timed-asset-reference.schema.json

Schema Hierarchy

  • Timed Media Primary Asset Reference https://ns.adobe.com/xdm/context/media-timed-asset-reference

Timed Media Primary Asset Reference Example

{
  "@id": "https://data.adobe.io/entities/media-timed-asset-reference/15234430",
  "dc:title": "Floki Begs Helga for Freedom",
  "xmpDM:duration": 87,
  "iptc4xmpExt:Series": {
    "iptc4xmpExt:Name": "nba_highlights",
    "iptc4xmpExt:Identifier": "http://espn.com/series-identifiers/2613953"
  },
  "xdm:showType": "episode",
  "xdm:streamFormat": "long",
  "iptc4xmpExt:Season": {
    "iptc4xmpExt:Number": 1
  },
  "iptc4xmpExt:Episode": {
    "iptc4xmpExt:Number": 1
  },
  "iptc4xmpExt:Genre": [
    "sports"
  ],
  "iptc4xmpExt:Rating": [
    {
      "iptc4xmpExt:RatingValue": "TV14",
      "iptc4xmpExt:RatingSourceLink": "http://www.tvguidelines.org/ratings.htm"
    }
  ],
  "iptc4xmpExt:Creator": [
    {
      "iptc4xmpExt:Name": "ESPN"
    }
  ]
}

Timed Media Primary Asset Reference Properties

Property Type Required Defined by
@id string Optional Timed Media Primary Asset Reference (this schema)
dc:title string Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Creator Creator Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Episode Season Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Genre string[] Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Rating Rating Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Season Episode Optional Timed Media Primary Asset Reference (this schema)
iptc4xmpExt:Series Series Optional Timed Media Primary Asset Reference (this schema)
xdm:showType string Optional Timed Media Primary Asset Reference (this schema)
xdm:streamFormat string Optional Timed Media Primary Asset Reference (this schema)
xmpDM:duration integer Optional Timed Media Primary Asset Reference (this schema)
* any Additional this schema allows additional properties

@id

Asset ID

Identifier of the content, which can be used to tie back to other industry / CMS IDs.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

  • format: uri – Uniformous Resource Identifier (according to RFC3986)

dc:title

Media Name

The friendly (human-readable) name of the timed media asset.

dc:title

  • is optional
  • type: string
  • defined in this schema

dc:title Type

string

iptc4xmpExt:Creator

Creator

Party or parties (person or organisation) which created the video, refinement by the role attribute.

iptc4xmpExt:Creator

  • is optional

  • type: Creator

  • defined in this schema

iptc4xmpExt:Creator Type

Array type: Creator

All items must be of the type:

  • Creatorhttp://www.iptc.org/creator

iptc4xmpExt:Episode

Episode

The episode the show belongs to.

iptc4xmpExt:Episode

  • is optional
  • type: Season
  • defined in this schema

iptc4xmpExt:Episode Type

  • Seasonhttp://www.iptc.org/episode

iptc4xmpExt:Genre

Genre

Type or grouping of content as defined by content producer.

iptc4xmpExt:Genre

  • is optional

  • type: string[]

  • defined in this schema

iptc4xmpExt:Genre Type

Array type: string[]

All items must be of the type: string

iptc4xmpExt:Rating

Content Rating

The rating as defined by Parental Guidelines.

iptc4xmpExt:Rating

  • is optional

  • type: Rating

  • defined in this schema

iptc4xmpExt:Rating Type

Array type: Rating

All items must be of the type:

  • Ratinghttp://www.iptc.org/rating

iptc4xmpExt:Season

Season

The season the show belongs to.

iptc4xmpExt:Season

  • is optional
  • type: Episode
  • defined in this schema

iptc4xmpExt:Season Type

  • Episodehttp://www.iptc.org/season

iptc4xmpExt:Series

Series

The series the show belongs to.

iptc4xmpExt:Series

  • is optional
  • type: Series
  • defined in this schema

iptc4xmpExt:Series Type

  • Serieshttp://www.iptc.org/series

xdm:showType

Show Type

The type of content e.g. Trailer, Full Episode.

xdm:showType

  • is optional
  • type: string
  • defined in this schema

xdm:showType Type

string

xdm:streamFormat

Stream Format

Free-form format of the stream (e.g. short, long).

xdm:streamFormat

  • is optional
  • type: string
  • defined in this schema

xdm:streamFormat Type

string

xmpDM:duration

Media Length/Runtime

Length of primary media asset in seconds.

xmpDM:duration

  • is optional
  • type: integer
  • defined in this schema

xmpDM:duration Type

integer