{
  "$id": "https://hash.ai/@hash/types/entity-type/gender-identity/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A Gender Identity includes the social, psychological, cultural and behavioral aspects of being a man, woman, or other gender identity. Depending on the context, it may be individually expressed, or assumed/ascribed by others.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-described-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/webpage/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Gender Identity",
  "type": "object"
}