{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:Newspaper", "title": "Newspaper", "description": "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. business, culture, education). Often published daily.", "type": "object", "allOf": [ { "description": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended to continue indefinitely, such as a magazine, scholarly journal, or newspaper.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).", "$ref": "schema:Periodical" } ] }