36 lines
2.4 KiB
JSON
36 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:NewsArticle",
|
|
"title": "NewsArticle",
|
|
"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",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
|
|
"$ref": "schema:Article"
|
|
}
|
|
],
|
|
"properties": {
|
|
"dateline": {
|
|
"description": "A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created, e.g. where a news report was written). For location depicted or described in the content, use [[contentLocation]].\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".\n ",
|
|
"type": "string"
|
|
},
|
|
"printColumn": {
|
|
"description": "The number of the column in which the NewsArticle appears in the print edition.",
|
|
"type": "string"
|
|
},
|
|
"printEdition": {
|
|
"description": "The edition of the print product in which the NewsArticle appears.",
|
|
"type": "string"
|
|
},
|
|
"printPage": {
|
|
"description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).",
|
|
"type": "string"
|
|
},
|
|
"printSection": {
|
|
"description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|