14 lines
800 B
JSON
14 lines
800 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:SatiricalArticle",
|
|
"title": "SatiricalArticle",
|
|
"description": "An [[Article]] whose content is primarily [[satirical]](https://en.wikipedia.org/wiki/Satire) in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a [[NewsArticle]]. [[ScholarlyArticle]]s are also sometimes satirized.",
|
|
"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"
|
|
}
|
|
]
|
|
}
|