{
  "$id": "https://hash.ai/@h/types/entity-type/site/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A physical site, such as a plant, warehouse, or distribution hub, where goods are produced, stored, or shipped.",
  "icon": "/icons/types/warehouse.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/site-code/",
  "properties": {
    "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/country/": {
      "$ref": "https://hash.ai/@h/types/property-type/country/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/purchasing-organization/": {
      "$ref": "https://hash.ai/@h/types/property-type/purchasing-organization/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/sales-organization/": {
      "$ref": "https://hash.ai/@h/types/property-type/sales-organization/v/1"
    },
    "https://hash.ai/@h/types/property-type/shipping-point/": {
      "$ref": "https://hash.ai/@h/types/property-type/shipping-point/v/1"
    },
    "https://hash.ai/@h/types/property-type/site-code/": {
      "$ref": "https://hash.ai/@h/types/property-type/site-code/v/1"
    },
    "https://hash.ai/@h/types/property-type/site-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/site-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/storage-bin/": {
      "$ref": "https://hash.ai/@h/types/property-type/storage-bin/v/1"
    },
    "https://hash.ai/@h/types/property-type/storage-location/": {
      "$ref": "https://hash.ai/@h/types/property-type/storage-location/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://hash.ai/@h/types/property-type/site-code/"
  ],
  "title": "Site",
  "type": "object"
}