{
  "$id": "https://hash.ai/@h/types/entity-type/delivery-item/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A line item within a delivery.",
  "icon": "/icons/types/truck-ramp-box.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/delivers/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/batch/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/fulfills/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/sales-order-item/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/has-material/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/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"
          }
        ]
      },
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/batch-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/batch-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/delivered-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/delivered-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/delivery-item-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/delivery-item-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/item-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/item-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/unit-of-measure/": {
      "$ref": "https://hash.ai/@h/types/property-type/unit-of-measure/v/1"
    }
  },
  "title": "Delivery Item",
  "type": "object"
}