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

14 lines
926 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:CriticReview",
"title": "CriticReview",
"description": "A [[CriticReview]] is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. [[CriticReview]]s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the [[UserReview]] type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.",
"type": "object",
"allOf": [
{
"description": "A review of an item - for example, of a restaurant, movie, or store.",
"$ref": "schema:Review"
}
]
}