{
  "$id": "https://hash.ai/@h/types/entity-type/site-material-data/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A material at a specific site, with its site-level planning parameters such as safety stock, lot sizes, and lead times.",
  "icon": "/icons/types/warehouse.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-material/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/1"
          }
        ]
      },
      "maxItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/located-at/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/site/v/1"
          }
        ]
      },
      "maxItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/fixed-lot-size/": {
      "$ref": "https://hash.ai/@h/types/property-type/fixed-lot-size/v/1"
    },
    "https://hash.ai/@h/types/property-type/goods-receipt-processing-time/": {
      "$ref": "https://hash.ai/@h/types/property-type/goods-receipt-processing-time/v/1"
    },
    "https://hash.ai/@h/types/property-type/in-house-production-time/": {
      "$ref": "https://hash.ai/@h/types/property-type/in-house-production-time/v/1"
    },
    "https://hash.ai/@h/types/property-type/lot-size-procedure/": {
      "$ref": "https://hash.ai/@h/types/property-type/lot-size-procedure/v/1"
    },
    "https://hash.ai/@h/types/property-type/maximum-lot-size/": {
      "$ref": "https://hash.ai/@h/types/property-type/maximum-lot-size/v/1"
    },
    "https://hash.ai/@h/types/property-type/minimum-lot-size/": {
      "$ref": "https://hash.ai/@h/types/property-type/minimum-lot-size/v/1"
    },
    "https://hash.ai/@h/types/property-type/mrp-controller/": {
      "$ref": "https://hash.ai/@h/types/property-type/mrp-controller/v/1"
    },
    "https://hash.ai/@h/types/property-type/mrp-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/mrp-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/planned-delivery-time/": {
      "$ref": "https://hash.ai/@h/types/property-type/planned-delivery-time/v/1"
    },
    "https://hash.ai/@h/types/property-type/planning-method/": {
      "$ref": "https://hash.ai/@h/types/property-type/planning-method/v/1"
    },
    "https://hash.ai/@h/types/property-type/procurement-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/procurement-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/reorder-point/": {
      "$ref": "https://hash.ai/@h/types/property-type/reorder-point/v/1"
    },
    "https://hash.ai/@h/types/property-type/rounding-value/": {
      "$ref": "https://hash.ai/@h/types/property-type/rounding-value/v/1"
    },
    "https://hash.ai/@h/types/property-type/safety-stock/": {
      "$ref": "https://hash.ai/@h/types/property-type/safety-stock/v/1"
    },
    "https://hash.ai/@h/types/property-type/status/": {
      "$ref": "https://hash.ai/@h/types/property-type/status/v/1"
    }
  },
  "title": "Site Material Data",
  "type": "object"
}