{
  "collectionName": "components_shared_bottom_nav_items",
  "info": {
    "displayName": "bottom-nav-item"
  },
  "options": {},
  "attributes": {
    "name": {
      "type": "string",
      "required": true
    },
    "href": {
      "type": "string"
    },
    "icon": {
      "type": "string"
    },
    "order": {
      "type": "integer",
      "default": 0
    },
    "isActive": {
      "type": "boolean",
      "default": true
    },
    "showBadge": {
      "type": "boolean",
      "default": false
    },
    "badgeColor": {
      "type": "enumeration",
      "enum": [
        "red",
        "blue",
        "green",
        "yellow",
        "pink",
        "purple"
      ]
    }
  },
  "config": {}
}
