{
  "collectionName": "components_property_feature_items",
  "info": {
    "displayName": "Property Feature Item",
    "description": "Feature item for property details page"
  },
  "options": {},
  "attributes": {
    "icon": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": ["images"]
    },
    "label": {
      "type": "string",
      "required": true
    },
    "value": {
      "type": "string",
      "required": true
    }
  }
}

