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