{
  "$id": "https://hash.ai/@h/types/data-type/integer/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/number/v/1"
    }
  ],
  "description": "The number zero (0), a positive natural number (e.g. 1, 2, 3), or the negation of a positive natural number (e.g. -1, -2, -3).",
  "kind": "dataType",
  "multipleOf": 1,
  "title": "Integer",
  "type": "number"
}