{
    "collectionName": "components_elements_success_cards",
    "info": {
        "displayName": "successCard",
        "icon": "bulletList"
    },
    "options": {},
    "attributes": {
        "title": {
            "type": "string"
        },
        "tag": {
            "type": "string"
        },
        "tagColor": {
            "type": "enumeration",
            "enum": [
                "blue",
                "emerald",
                "indigo"
            ]
        },
        "challenge": {
            "type": "text"
        },
        "solution": {
            "type": "text"
        },
        "result": {
            "type": "text"
        },
        "stats": {
            "type": "component",
            "component": "elements.stat-metric",
            "repeatable": true
        }
    },
    "config": {}
}
