{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/stopwatch-block/v/2",
  "kind": "entityType",
  "title": "Stopwatch Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity of the “Stopwatch” block.\n\nSee: https://blockprotocol.org/@hash/blocks/stopwatch",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/stopwatch-block-lap/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@hash/types/property-type/stopwatch-block-lap/v/1"
      }
    },
    "https://blockprotocol.org/@hash/types/property-type/start-time/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/start-time/v/1"
    }
  },
  "required": []
}