{
  "$id": "https://hash.ai/@h/types/entity-type/doc/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A written work, such as a book or article.",
  "icon": "/icons/types/book-open.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/title/",
  "links": {
    "https://hash.ai/@h/types/entity-type/authored-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/person/v/1"
          }
        ]
      },
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/number-of-pages/": {
      "$ref": "https://hash.ai/@h/types/property-type/number-of-pages/v/1"
    },
    "https://hash.ai/@h/types/property-type/publication-year/": {
      "$ref": "https://hash.ai/@h/types/property-type/publication-year/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/title/"
  ],
  "title": "Doc",
  "type": "object"
}