{
  "$id": "https://hash.ai/@h/types/entity-type/purchase-order-schedule-line/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A delivery schedule line within a purchase order item.",
  "icon": "/icons/types/calendar-days.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/goods-receipt-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/goods-receipt-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/schedule-line-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/schedule-line-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/scheduled-delivery-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/scheduled-delivery-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/scheduled-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/scheduled-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/statistics-relevant-delivery-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/statistics-relevant-delivery-date/v/1"
    }
  },
  "title": "Purchase Order Schedule Line",
  "type": "object"
}