{
  "collectionName": "components_faq_contact_items",
  "info": {
    "displayName": "آیتم ارتباطی",
    "description": "یک راه ارتباطی"
  },
  "options": {},
  "attributes": {
    "label": {
      "type": "string",
      "required": true
    },
    "icon": {
      "type": "string",
      "default": "MessageCircle"
    },
    "link": {
      "type": "string",
      "required": true
    },
    "type": {
      "type": "enumeration",
      "enum": ["link", "phone", "email"],
      "default": "link"
    }
  }
}
