{
  "$id": "https://hash.ai/@hash/types/property-type/last-name/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The last name (also referred to as a \"family name\" or \"surname\") of a Person. Generally follows a First Name.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "title": "Last Name"
}