{
    "name": "graphics",
    "name_cased": "graphics",
    "name_pretty": "Graphics",
    "category": "headunit",
    "authorization": true,
    "identifier": {
        "msb": 0,
        "lsb": 81
    },
    "api": {
        "intro": 4,
        "update": 11
    },
    "setters": [
        {
            "name": "display_image",
            "mandatory": [
                1
            ],
            "description": "Display an image in the headunit by providing the image URL."
        }
    ],
    "properties": [
        {
            "id": 1,
            "name": "image_url",
            "name_cased": "imageURL",
            "name_pretty": "Image URL",
            "type": "string",
            "description": "The image URL",
            "examples": [
                {
                    "data_component": "68747470733a2f2f61626f75742e686967682d6d6f62696c6974792e636f6d2f6173736574732f696d616765732f686d2d6c6f676f2e737667",
                    "value": "https://about.high-mobility.com/assets/images/hm-logo.svg",
                    "description": "Image URL is 'https://about.high-mobility.com/assets/images/hm-logo.svg'"
                }
            ]
        }
    ]
}