Files
marka/registry/schema-org/Newspaper.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
750 B
JSON

{
"$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"
}
]
}