{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/minesweeper-block/v/1",
  "kind": "entityType",
  "title": "Minesweeper Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity of the \"Minesweeper\" block.\n\nSee: https://blockprotocol.org/@hash/blocks/minesweeper",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/number-of-mines/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/number-of-mines/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/number-of-columns/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/number-of-columns/v/1"
    }
  },
  "required": []
}