{
  "$id": "https://hash.ai/@hash/types/entity-type/burning-man-attendee/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/person/v/6"
    }
  ],
  "description": "An attendee of the official Burning Man event that takes places in Black Rock Desert",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/is-member-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/burning-man-registered-camp/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/playa-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/playa-name/v/2"
    }
  },
  "title": "Burning Man Attendee",
  "type": "object"
}