{
  "$id": "https://hash.ai/@h/types/property-type/net-weight/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The weight of an object excluding 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": "Net Weight"
}