{
    "collectionName": "components_elements_benefit_cards",
    "info": {
        "displayName": "benefitCard",
        "icon": "bulletList"
    },
    "options": {},
    "attributes": {
        "label": {
            "type": "string"
        },
        "description": {
            "type": "text"
        },
        "value": {
            "type": "biginteger"
        },
        "suffix": {
            "type": "string"
        },
        "iconName": {
            "type": "enumeration",
            "enum": [
                "FaStar",
                "FaUser",
                "FaSquare"
            ]
        }
    },
    "config": {}
}
