{
  "$id": "https://hash.ai/@h/types/property-type/gross-weight/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The total weight of an object including its packaging or container.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://hash.ai/@h/types/data-type/kilograms/v/1"
    },
    {
      "$ref": "https://hash.ai/@h/types/data-type/grams/v/1"
    },
    {
      "$ref": "https://hash.ai/@h/types/data-type/metric-tonnes/v/1"
    },
    {
      "$ref": "https://hash.ai/@h/types/data-type/pounds/v/1"
    }
  ],
  "title": "Gross Weight"
}