ExtendedDisplay
namestring
Example: 
Extended Display Namelocalestring
Example: 
en-USlogo object
uristringrequired
Example: 
https://example.com/image.pngalt_textstring
Example: 
Logo alt textdescriptionstring
Example: 
Extended display descriptionbackground_colorstring
Example: 
#ffffffbackground_image object
uristringrequired
Example: 
https://example.com/image.pngtext_colorstring
Example: 
#000000ExtendedDisplay
{
  "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"
}