{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/timer-block/v/2",
  "kind": "entityType",
  "title": "Timer Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity for the “Timer” block.\n\nSee: https://blockprotocol.org/@hash/blocks/timer",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/timer-block-progress/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/timer-block-progress/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/timer-block-total-duration/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/timer-block-total-duration/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@hash/types/property-type/time-block-total-duration/"
  ]
}