Rating Review Format

v3.0.0
rating_review_format.json

Contract for aggregated ratings and review items.

Canonical File

URL: https://schemas.meta-aiml.org/v3.0.0/components/rating_review_format.json

Component endpoint: https://schemas.meta-aiml.org/v3.0.0/components/rating_review_format.json

Definitions
Definitions:
- AggregateRating (required: ratingValue, reviewCount)
- Review (required: reviewRating, reviewBody)
- ReviewCollection
Schema Reference Example
{
  "properties": {
    "reviews": {
      "$ref": "https://schemas.meta-aiml.org/v3.0.0/components/rating_review_format.json#/$defs/ReviewCollection"
    }
  }
}
Source-First Pattern (Recommended for dynamic data)
{
  "properties": {
    "ratingSources": [
      {
        "sourceType": "api",
        "sourceUrl": "https://provider.example/reviews",
        "format": "json",
        "updateCadence": "daily"
      }
    ]
  }
}