Content

Type: object

ONBRDNG Schema for Content

Type: string

Unique Identifier for a Content

Type: enum (of string)

The Content Type, ie movie, series or episode.

Must be one of:

  • "movie"
  • "series"
  • "episode"

Type: string

The link to the parent Content object in case type = 'episode'

Type: string

The Content Title

Type: integer

Content duration in seconds

Type: string

The Content main genre

Type: array of string

List of Content sub-genres

Each item of this array must be:

Type: string

Type: stringFormat: date

Content release year. Format: YYYY-MM-DD.

Must match regular expression: ^\d{4}-\d{2}-\d{2}$

Type: integer

Content season number in case type = 'episode'.

Type: integer

Content episode number in the season in case type = 'episode'.

Type: enum (of string)

Classification of content rating for kids

Must be one of:

  • "G"
  • "PG"
  • "PG-13"
  • "R"
  • "NC-17"