correction
Defined in the pending.schema.org extension.Canonical URL: http://schema.org/correction
Indicates a correction to a CreativeWork, either via a CorrectionComment, textually or in another document.
- Leave public feedback on this term 💬
- Check for open issues.
- 'correction' is mentioned in extension layer: pending
| Values expected to be one of these types |
|---|
CorrectionComment
Text
URL
|
| Used on these types |
|---|
CreativeWork
|
Source
https://github.com/schemaorg/schemaorg/issues/1950
Acknowledgement
This term and its definition is based upon the work of The Trust Project.
Examples
An example showing a CorrectionComment associated with an article.
TODO
TODO
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ReportageNewsArticle",
"url": "https://www.nytimes.com/2018/01/23/movies/oscars-snubs-surprises.html",
"publisher":"...",
"datePublished":"...",
"dateModified":"...",
"Headline":"...",
"mainEntityOfPage": "https://www.nytimes.com/2018/01/23/movies/oscars-snubs-surprises.html",
"correction": {
"@type": "CorrectionComment",
"text": "An earlier version of this article misstated the number of times Denzel Washington has been nominated for an Oscar. His nod for 'Roman J. Israel, Esq.' brings the total to nine, not eight.",
"datePublished": "2018-01-23"
}
}
</script>
Schema Version 3.4