{
  "$id": "https://hash.ai/@h/types/entity-type/page/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/block-collection/v/1"
    }
  ],
  "description": "A page for displaying and potentially interacting with data.",
  "icon": "/icons/types/page.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/title/",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-parent/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/page/v/1"
          }
        ]
      },
      "maxItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/archived/": {
      "$ref": "https://hash.ai/@h/types/property-type/archived/v/1"
    },
    "https://hash.ai/@h/types/property-type/fractional-index/": {
      "$ref": "https://hash.ai/@h/types/property-type/fractional-index/v/1"
    },
    "https://hash.ai/@h/types/property-type/icon/": {
      "$ref": "https://hash.ai/@h/types/property-type/icon/v/1"
    },
    "https://hash.ai/@h/types/property-type/summary/": {
      "$ref": "https://hash.ai/@h/types/property-type/summary/v/1"
    },
    "https://hash.ai/@h/types/property-type/title/": {
      "$ref": "https://hash.ai/@h/types/property-type/title/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/fractional-index/",
    "https://hash.ai/@h/types/property-type/title/"
  ],
  "title": "Page",
  "type": "object"
}