big tings
This commit is contained in:
13
registry/schema-org/BackgroundNewsArticle.schema.json
Normal file
13
registry/schema-org/BackgroundNewsArticle.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:BackgroundNewsArticle",
|
||||
"title": "BackgroundNewsArticle",
|
||||
"description": "A [[NewsArticle]] providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions ([FAQ](https://en.wikipedia.org/wiki/FAQ)) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using [[Book]] or [[Article]], in particular [[ScholarlyArticle]]. See also [[NewsArticle]] for related vocabulary from a learning/education perspective.",
|
||||
"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