LogoDisplay
namestring
Example:
Display Name
localestring
Example:
en-US
logo object
uristringrequired
Example:
https://example.com/image.png
alt_textstring
Example:
Logo alt text
LogoDisplay
{
"name": "Display Name",
"locale": "en-US",
"logo": {
"uri": "https://example.com/logo.png",
"alt_text": "Logo alt text"
}
}