{
  "$id": "https://hash.ai/@h/types/entity-type/academic-paper/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/doc/v/1"
    }
  ],
  "description": "A paper describing academic research",
  "icon": "/icons/types/memo.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/doi-link/": {
      "$ref": "https://hash.ai/@h/types/property-type/doi-link/v/1"
    },
    "https://hash.ai/@h/types/property-type/doi/": {
      "$ref": "https://hash.ai/@h/types/property-type/doi/v/1"
    },
    "https://hash.ai/@h/types/property-type/experimental-subject/": {
      "$ref": "https://hash.ai/@h/types/property-type/experimental-subject/v/1"
    },
    "https://hash.ai/@h/types/property-type/finding/": {
      "$ref": "https://hash.ai/@h/types/property-type/finding/v/1"
    },
    "https://hash.ai/@h/types/property-type/methodology/": {
      "$ref": "https://hash.ai/@h/types/property-type/methodology/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/summary/",
    "https://hash.ai/@h/types/property-type/title/"
  ],
  "title": "Academic Paper",
  "type": "object"
}