{
  "$id": "https://hash.ai/@h/types/entity-type/purchase-order-item/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A line item within a purchase order.",
  "icon": "/icons/types/clipboard-list.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-line-item/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/purchase-order-schedule-line/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"
    },
    "https://hash.ai/@h/types/entity-type/procures/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/1"
          }
        ]
      },
      "type": "array"
    }
  },
  "properties": {
    "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/net-value/": {
      "$ref": "https://hash.ai/@h/types/property-type/net-value/v/1"
    },
    "https://hash.ai/@h/types/property-type/order-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/order-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/purchase-order-item-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/purchase-order-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": "Purchase Order Item",
  "type": "object"
}