{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/heading-block/v/3",
  "kind": "entityType",
  "title": "Heading Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity for the “Heading” block.\n\nSee: https://blockprotocol.org/@hash/blocks/heading",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/html-heading-level/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/html-heading-level/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/css-text-color/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/css-text-color/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/2"
    }
  },
  "required": []
}