{
    "image":{
        "type":"object",
        "default":""
    },
    "align":{
        "type":"string",
        "default":"em-text-center"
    },
    "caption":{
        "type":"string"
    },
    "custom_caption":{
        "type":"string"
    },
    "link_type":{
        "type":"string",
        "default":"none"
    },
    "custom_url":{
        "type":"string",
        "default":"#"
    },
    "lightbox":{
        "type":"string"
    },
    "width":{
        "type":"string"
    },
    "max_width":{
        "type":"string"
    },
    "height":{
        "type":"string"
    },
    "object_fit":{
        "type":"string"
    },
    "opacity":{
        "type":"number"
    }
}