[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
IconDto
Data Structure for Icon. Icon will have the icon image data in base64 encoded format which will be used to display the icon for an AppVersion or a Program
Properties
string
data
Optional
Binary Data of icon
string
type
Optional
Type of icon
JSON Example
{
"data": "iVBORw0KGgoAAAANSUhEU..",
"type": "image/png"
}