I copied the recommendations from Schema.org/AggregateRating and got the same error. If you have not already done so, try changing itemprop to "ratingCount" instead of "reviewCount" for example:
div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <meta itemprop="ratingValue" content="3.5"><meta itemprop="ratingCount" content="5">
</div>
source
share