{
  "$id": "https://hash.ai/@h/types/entity-type/customer/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An organisation or individual that purchases goods or services.",
  "icon": "/icons/types/user-tag.svg",
  "kind": "entityType",
  "labelProperty": "https://blockprotocol.org/@blockprotocol/types/property-type/name/",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://hash.ai/@h/types/property-type/city/": {
      "$ref": "https://hash.ai/@h/types/property-type/city/v/1"
    },
    "https://hash.ai/@h/types/property-type/company-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/company-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/country/": {
      "$ref": "https://hash.ai/@h/types/property-type/country/v/1"
    },
    "https://hash.ai/@h/types/property-type/customer-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/customer-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/industry/": {
      "$ref": "https://hash.ai/@h/types/property-type/industry/v/1"
    },
    "https://hash.ai/@h/types/property-type/postal-code/": {
      "$ref": "https://hash.ai/@h/types/property-type/postal-code/v/1"
    },
    "https://hash.ai/@h/types/property-type/region/": {
      "$ref": "https://hash.ai/@h/types/property-type/region/v/1"
    },
    "https://hash.ai/@h/types/property-type/street-address/": {
      "$ref": "https://hash.ai/@h/types/property-type/street-address/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Customer",
  "type": "object"
}