Skip to content

Broadcast

The Broadcast object is a part of the Knowledge Graph's Import resource.

Attributes

Top level attributes

Name Type Description
id string String used to uniquely identify the broadcast.
date string Date of the broadcast in ISO date format (YYYY-MM-DD).
asset_id string Custom ID a user or a data source can assign to the asset containing the broadcast. Can be null.
title string Name of the broadcast.
description string Text used to describe the broadcast in more detail. If enabled, NER is applied to this field to extract additional people for import. Can be null.
show string Name of the show that was broadcast. Can be null.
people list of Person objects Explicit list of people appearing in the broadcast. Can be null.

Person

This object represents a person appearing in a broadcast. It can take one of the following forms:

Name Type Description
first_name string First name of the person.
last_name string Last name of the person.
Name Type Description
full_name string Full name of the person, containing both first and last name separated by space.