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

14 lines
499 B
JSON

{
"$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"
}
]
}