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

14 lines
677 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:AnalysisNewsArticle",
"title": "AnalysisNewsArticle",
"description": "An AnalysisNewsArticle is a [[NewsArticle]] that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.",
"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"
}
]
}