{
  "$id": "https://hash.ai/@h/types/entity-type/bill-of-materials/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A structured list of the components required to produce a material.",
  "icon": "/icons/types/list-tree.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/bom-number/",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-line-item/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/bill-of-materials-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"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/alternative-bom/": {
      "$ref": "https://hash.ai/@h/types/property-type/alternative-bom/v/1"
    },
    "https://hash.ai/@h/types/property-type/base-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/base-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/bom-category/": {
      "$ref": "https://hash.ai/@h/types/property-type/bom-category/v/1"
    },
    "https://hash.ai/@h/types/property-type/bom-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/bom-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/bom-status/": {
      "$ref": "https://hash.ai/@h/types/property-type/bom-status/v/1"
    },
    "https://hash.ai/@h/types/property-type/creation-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/creation-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/deletion-indicator/": {
      "$ref": "https://hash.ai/@h/types/property-type/deletion-indicator/v/1"
    },
    "https://hash.ai/@h/types/property-type/last-change-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/last-change-date/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"
    },
    "https://hash.ai/@h/types/property-type/valid-from-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/valid-from-date/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/bom-number/"
  ],
  "title": "Bill of Materials",
  "type": "object"
}