{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@jhhdomain/types/entity-type/blocks/v/1",
  "kind": "entityType",
  "title": "blocks",
  "type": "object",
  "allOf": [],
  "description": "Blocks Type",
  "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/@blockprotocol/types/property-type/description/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
      }
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/html-heading-level/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/html-heading-level/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/"
  ]
}