{
  "$id": "https://hash.ai/@hash/types/entity-type/person/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/1"
    }
  ],
  "description": "A human being regarded as an individual",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/preferred-name/": {
      "$ref": "https://hash.ai/@h/types/property-type/preferred-name/v/1"
    },
    "https://hash.ai/@h/types/property-type/preferred-pronouns/": {
      "$ref": "https://hash.ai/@h/types/property-type/preferred-pronouns/v/1"
    },
    "https://hash.ai/@hash/types/property-type/date-of-birth/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-of-birth/v/1"
    },
    "https://hash.ai/@hash/types/property-type/legal-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/legal-name/v/1"
    }
  },
  "title": "Person",
  "type": "object"
}