{
    "style":{
        "type":"string",
        "default":"none"
    },
    "width":{
        "type":"object",
        "default":{
            "top":"1px",
            "right":"1px",
            "bottom":"1px",
            "left":"1px"
        }
    },
    "color":{
        "type":"string",
        "default":"#000000"
    },
    "radius":{
        "type":"object",
        "default":{
            "top":"",
            "right":"",
            "bottom":"",
            "left":""
        } 
    }
}