You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lenint`json:"len,omitempty"`// Length of content in seconds; appropriate for video or audio.
31
-
Languagestring`json:"language,omitempty"`// Content language using ISO-639-1-alpha-2.
32
-
Embeddableint`json:"embeddable,omitempty"`// Indicator of whether or not the content is embeddable (e.g., an embeddable video player), where 0 = no, 1 = yes.
33
-
Data []Data`json:"data,omitempty"`// Additional content data.
34
-
ExtExtension`json:"ext,omitempty"`
9
+
IDstring`json:"id,omitempty"`// ID uniquely identifying the content.
10
+
Episodeint`json:"episode,omitempty"`// Episode number (typically applies to video content).
Lenint`json:"len,omitempty"`// Length of content in seconds; appropriate for video or audio.
31
+
Languagestring`json:"language,omitempty"`// Content language using ISO-639-1-alpha-2.
32
+
Embeddableint`json:"embeddable,omitempty"`// Indicator of whether or not the content is embeddable (e.g., an embeddable video player), where 0 = no, 1 = yes.
33
+
Data []Data`json:"data,omitempty"`// Additional content data.
0 commit comments