{
  "$id": "https://hash.ai/@hash/types/entity-type/burning-man-registered-camp/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An officially-registered Burning Man theme camp",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/has-member/v/2": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/primary-website/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"
    },
    "https://hash.ai/@h/types/property-type/location/": {
      "$ref": "https://hash.ai/@h/types/property-type/location/v/1"
    },
    "https://hash.ai/@hash/types/property-type/public-email-address/": {
      "$ref": "https://hash.ai/@hash/types/property-type/public-email-address/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Burning Man Registered Camp",
  "type": "object"
}