{
  "$id": "https://hash.ai/@hash/types/entity-type/webpage/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A hypertext document on the World Wide Web with its own address (i.e. a URL)",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/exists-on/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/website/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/webpage-url/": {
      "$ref": "https://hash.ai/@hash/types/property-type/webpage-url/v/1"
    }
  },
  "title": "Webpage",
  "type": "object"
}