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