{
  "collectionName": "components_business_unit_item_business_unit_items",
  "info": {
    "displayName": "Business Unit Item",
    "description": "A business unit logo and information"
  },
  "options": {},
  "attributes": {
    "logo": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images"
      ]
    },
    "companyName": {
      "type": "string",
      "required": true
    },
    "altText": {
      "type": "string",
      "required": false
    },
    "link": {
      "type": "string",
      "required": false
    }
  }
}
