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