{
  "$id": "https://hash.ai/@h/types/entity-type/vendor/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/company/v/1"
    }
  ],
  "description": "A company that provides goods or services.",
  "icon": "/icons/types/handshake.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/vendor-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/vendor-number/v/1"
    }
  },
  "title": "Vendor",
  "type": "object"
}