{
  "$id": "https://hash.ai/@hash/types/entity-type/website/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A set of web pages located under a single domain name",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-operated-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/person/v/1"
          },
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-entity/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/website-url/": {
      "$ref": "https://hash.ai/@h/types/property-type/website-url/v/1"
    }
  },
  "title": "Website",
  "type": "object"
}