{
  "$id": "https://hash.ai/@h/types/entity-type/material-document/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A record of activity related to a material, for example movement, production or consumption.",
  "icon": "/icons/types/arrows-rotate.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/material-document-number/",
  "links": {
    "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/moves/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/posted-against/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/purchase-order-item/v/1"
          },
          {
            "$ref": "https://hash.ai/@h/types/entity-type/production-order/v/1"
          },
          {
            "$ref": "https://hash.ai/@h/types/entity-type/delivery-item/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/records/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/batch/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/customer-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/customer-number/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/delivery-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/delivery-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/document-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/document-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/fiscal-year/": {
      "$ref": "https://hash.ai/@h/types/property-type/fiscal-year/v/1"
    },
    "https://hash.ai/@h/types/property-type/material-document-item-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/material-document-item-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/material-document-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/material-document-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/movement-category/": {
      "$ref": "https://hash.ai/@h/types/property-type/movement-category/v/1"
    },
    "https://hash.ai/@h/types/property-type/movement-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/movement-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/movement-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/movement-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/posting-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/posting-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/production-order-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/production-order-number/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/purchase-order-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/purchase-order-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/reference-document-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/reference-document-number/v/1"
    },
    "https://hash.ai/@h/types/property-type/stock-direction/": {
      "$ref": "https://hash.ai/@h/types/property-type/stock-direction/v/1"
    },
    "https://hash.ai/@h/types/property-type/stock-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/stock-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/storage-location/": {
      "$ref": "https://hash.ai/@h/types/property-type/storage-location/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/vendor-number/": {
      "$ref": "https://hash.ai/@h/types/property-type/vendor-number/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/material-document-number/"
  ],
  "title": "Material Document",
  "type": "object"
}