{
    "collectionName": "components_elements_process_steps",
    "info": {
        "displayName": "processStep",
        "icon": "command"
    },
    "options": {},
    "attributes": {
        "title": {
            "type": "string"
        },
        "description": {
            "type": "text"
        },
        "iconName": {
            "type": "enumeration",
            "enum": [
                "LightBulbIcon",
                "ComputerDesktopIcon",
                "BoltIcon",
                "RocketLaunchIcon"
            ]
        }
    },
    "config": {}
}
