17 lines
752 B
JSON
17 lines
752 B
JSON
{
|
|
"rating": {
|
|
"primary": {
|
|
"value": 3, // 希望此值转到输出路径 "Rating"
|
|
"max": 5 // 希望此值转到输出路径 "RatingRange"
|
|
},
|
|
"quality": { // 想要输出路径 "SecondaryRatings.quality.Id" = "quality",我们想要使用key的值
|
|
"value": 3, // 希望此值转到输出路径“SecondaryRatings.quality.value”
|
|
"max": 5 // 希望此值转到输出路径“SecondaryRatings.quality.Range”
|
|
},
|
|
"sharpness": { // 想要输出路径“SecondaryRatings.sharpty.Id”=“sharpture”
|
|
"value": 7, // 希望此值转到输出路径“SecondaryRatings.sharps.value”
|
|
"max": 10 // 希望此值转到输出路径“SecondaryRatings.sharps.Range”
|
|
}
|
|
}
|
|
}
|