{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "kind": "dataType",
  "$id": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/value/v/1"
    }
  ],
  "title": "Text",
  "description": "An ordered sequence of characters",
  "type": "string"
}