{
  "$id": "https://hash.ai/@hash/types/entity-type/news-article/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A written work published in print or via an electronic medium, for the propagation of news and general dissemination of information (generally to the public, or a self-selecting subscriber base).",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/authored-by/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/published-by/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/authored-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/authored-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/published-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/published-at/v/1"
    }
  },
  "title": "News Article",
  "type": "object"
}