{
  "$id": "https://hash.ai/@hash/types/entity-type/person/v/6",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/2"
    },
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/organism/v/3"
    }
  ],
  "description": "A natural person, regarded as an individual human being",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/self-identifies-as/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/gender-identity/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "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"
    }
  },
  "title": "Person",
  "type": "object"
}