{
  "$id": "https://hash.ai/@h/types/data-type/millisecond/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/duration/v/1"
    }
  ],
  "description": "A measure of the length of time in the International System of Units (SI), defined as exactly 1/1000 of a second.",
  "kind": "dataType",
  "title": "Millisecond",
  "type": "number"
}