{
  "$id": "https://hash.ai/@h/types/entity-type/text/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An ordered sequence of characters.",
  "icon": "/icons/types/text.svg",
  "kind": "entityType",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/2"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/"
  ],
  "title": "Text",
  "type": "object"
}