big tings
This commit is contained in:
13
registry/schema-org/OpinionNewsArticle.schema.json
Normal file
13
registry/schema-org/OpinionNewsArticle.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user