{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/how-to-block/v/2",
  "kind": "entityType",
  "title": "How-To Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity for the \"How-To\" block.\n\nSee: https://blockprotocol.org/@hash/blocks/how-to",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/has-how-to-block-step/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/how-to-block-step/v/2"
          }
        ]
      }
    },
    "https://blockprotocol.org/@hash/types/entity-type/has-how-to-block-introduction/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/how-to-block-introduction/v/2"
          }
        ]
      },
      "maxItems": 1
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    }
  },
  "required": []
}