Entertainment


Version Entertainment 0.0.0-unknown.0

Table of Contents

Overview

undefined

Types

ProgramType

In the case of a program entityType, specifies the program type.

ProgramType: {
    MOVIE: 'movie',
    EPISODE: 'episode',
    SEASON: 'season',
    SERIES: 'series',
    OTHER: 'other',
    PREVIEW: 'preview',
    EXTRA: 'extra',
    CONCERT: 'concert',
    SPORTING_EVENT: 'sportingEvent',
    ADVERTISEMENT: 'advertisement',
    MUSIC_VIDEO: 'musicVideo',
    MINISODE: 'minisode',
},


MusicType

In the case of a music entityType, specifies the type of music entity.

MusicType: {
    SONG: 'song',
    ALBUM: 'album',
},