ExtendedDisplay
namestring
Example:
Extended Display Name
localestring
Example:
en-US
logo object
uristringrequired
Example:
https://example.com/image.png
alt_textstring
Example:
Logo alt text
descriptionstring
Example:
Extended display description
background_colorstring
Example:
#ffffff
background_image object
uristringrequired
Example:
https://example.com/image.png
text_colorstring
Example:
#000000
ExtendedDisplay
{
"name": "Extended Display Name",
"locale": "en-US",
"logo": {
"uri": "https://example.com/logo.png",
"alt_text": "Logo alt text"
},
"description": "Extended display description",
"background_color": "#ffffff",
"background_image": {
"uri": "https://example.com/background.png"
},
"text_color": "#000000"
}