{
  "$id": "https://hash.ai/@h/types/entity-type/stored-at/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "A site where a batch is held in stock, with the quantities on hand by stock type.",
  "icon": "/icons/types/box-location-dot.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/blocked-stock/": {
      "$ref": "https://hash.ai/@h/types/property-type/blocked-stock/v/1"
    },
    "https://hash.ai/@h/types/property-type/quality-inspection-stock/": {
      "$ref": "https://hash.ai/@h/types/property-type/quality-inspection-stock/v/1"
    },
    "https://hash.ai/@h/types/property-type/restricted-use-stock/": {
      "$ref": "https://hash.ai/@h/types/property-type/restricted-use-stock/v/1"
    },
    "https://hash.ai/@h/types/property-type/stock-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/stock-quantity/v/1"
    }
  },
  "title": "Stored At",
  "type": "object"
}