{
  "$id": "https://hash.ai/@h/types/entity-type/batch/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A specific lot of a material, tracked through production, storage, and movement.",
  "icon": "/icons/types/boxes-stacked.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/batch-number/",
  "links": {
    "https://hash.ai/@h/types/entity-type/of-material/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/stored-at/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/site/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"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/batch-number/"
  ],
  "title": "Batch",
  "type": "object"
}