Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.71 KB

Card.md

File metadata and controls

51 lines (44 loc) · 1.71 KB

Card

Properties

Name Type Description Notes
cardId String Card unique identifier
version String Card version for a given movie and scene [optional]
type TypeEnum Card type
locale String Card content locale
title String Card title
subtitle String Card subtitle (might be empty) [optional]
image ImageData [optional]
hasContent Boolean Indicates if the card has additional browsable content [optional]
info List<CardContainer> [optional]
products List<Product> Commercial products associated to the card [optional]
relations List<RelationModule> [optional]
user CardUser [optional]

Enum: TypeEnum

Name Value
MOVIE "movie"
SERIE "serie"
PERSON "person"
CHARACTER "character"
VEHICLE "vehicle"
FASHION "fashion"
LOCATION "location"
HISTORIC "historic"
TRIVIA "trivia"
QUOTE "quote"
OST "ost"
HOME "home"
TECHNOLOGY "technology"
ART "art"
SONG "song"
LOOK "look"
WEAPON "weapon"
LEISURE_SPORT "leisure_sport"
HEALTH_BEAUTY "health_beauty"
FOOD_DRINK "food_drink"
FAUNA_FLORA "fauna_flora"
BUSINESS "business"
REFERENCE "reference"
CHAPTER "chapter"