ExternalRatingContextDto
External rating context for template evaluation.
ratingnumber<double>required
Rating value (normalized to 0-100)
Example:
85.5sourcestringrequired
Source name (e.g., "myanimelist", "anilist")
Example:
myanimelistvotesinteger,null<int32>nullable
Number of votes (optional)
Example:
12345ExternalRatingContextDto
{
"rating": 85.5,
"source": "myanimelist",
"votes": 12345
}