VOD Editorial data model
This object represents an editorial asset, or "main content" in CMS terms.
Editorial assets contain the content item's editorial metadata. They do not include any information about encoding, stream location, format, or definition. Different encodings of the same editorial asset are represented as technical assets.
Editorial and technical assets have the same fields. The only differences are that editorial assets:
- never have a
mainContentRef
. - never have a
media
field (sub-object). - have
editorial
in thexml
field, nottechnical
. - do not normally have values for certain technical fields, such as
Definition
,profileRef
, and so on. - have the additional fields listed in the following table.
Name | Type | Description | Localised | Always available |
---|---|---|---|---|
Images | Array of VOD Image data model objects | List of images related to the editorial item Since MDS 1.1. | No | No |
For the full list of fields, see the VOD Technical Data Model.