{
  "$id": "https://hash.ai/@h/types/data-type/yards/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/data-type/imperial-length-uk/v/1"
    },
    {
      "$ref": "https://hash.ai/@h/types/data-type/imperial-length-us/v/1"
    }
  ],
  "description": "An imperial unit of length. 1,760 yards equals 1 mile. Equivalent to 0.9144 meters in the International System of Units (SI).",
  "kind": "dataType",
  "label": {
    "right": "yd"
  },
  "title": "Yards",
  "type": "number"
}