Skip to main content

ExternalRatingContextDto

External rating context for template evaluation.

ratingnumber<double>required

Rating value (normalized to 0-100)

Example: 85.5
sourcestringrequired

Source name (e.g., "myanimelist", "anilist")

Example: myanimelist
votesinteger,null<int32>nullable

Number of votes (optional)

Example: 12345
ExternalRatingContextDto
{
"rating": 85.5,
"source": "myanimelist",
"votes": 12345
}