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