{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:CorrectionComment", "title": "CorrectionComment", "description": "A [[comment]] that corrects [[CreativeWork]].", "type": "object", "allOf": [ { "description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks.", "$ref": "schema:Comment" } ] }