{
  "$id": "https://hash.ai/@h/types/entity-type/material/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A good or material that can be produced, stored, sold, or procured, including raw materials, intermediates, and finished goods.",
  "icon": "/icons/types/box.svg",
  "kind": "entityType",
  "labelProperty": "https://blockprotocol.org/@blockprotocol/types/property-type/name/",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://hash.ai/@h/types/property-type/division/": {
      "$ref": "https://hash.ai/@h/types/property-type/division/v/1"
    },
    "https://hash.ai/@h/types/property-type/gross-weight/": {
      "$ref": "https://hash.ai/@h/types/property-type/gross-weight/v/1"
    },
    "https://hash.ai/@h/types/property-type/item-category-group/": {
      "$ref": "https://hash.ai/@h/types/property-type/item-category-group/v/1"
    },
    "https://hash.ai/@h/types/property-type/language/": {
      "$ref": "https://hash.ai/@h/types/property-type/language/v/1"
    },
    "https://hash.ai/@h/types/property-type/material-group/": {
      "$ref": "https://hash.ai/@h/types/property-type/material-group/v/1"
    },
    "https://hash.ai/@h/types/property-type/material-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/material-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/material-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/material-type/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/net-weight/": {
      "$ref": "https://hash.ai/@h/types/property-type/net-weight/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/status/": {
      "$ref": "https://hash.ai/@h/types/property-type/status/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"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Material",
  "type": "object"
}