big tings
This commit is contained in:
13
registry/schema-org/CorrectionComment.schema.json
Normal file
13
registry/schema-org/CorrectionComment.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user