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

14 lines
770 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:OpinionNewsArticle",
"title": "OpinionNewsArticle",
"description": "An [[OpinionNewsArticle]] is a [[NewsArticle]] that primarily expresses opinions rather than journalistic reporting of news and events. For example, a [[NewsArticle]] consisting of a column or [[Blog]]/[[BlogPosting]] entry in the Opinions section of a news publication. ",
"type": "object",
"allOf": [
{
"description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of [schema.org News markup](/docs/news.html) is also available.\n",
"$ref": "schema:NewsArticle"
}
]
}