{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/aggregateRating.prop.jsd", "title": "http://alumio.com/aggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }