microformats2/spec/support/cases/h-review-aggregate-0.js
Jessica Lynn Suttles d946c7262c adds more spec cases
2013-04-18 22:13:35 -07:00

19 lines
712 B
JavaScript

// http://microformat2-node.jit.su/h-review-aggregate.html
{
"items": [{
"type": ["h-review-aggregate"],
"properties": {
"item": [{
"value": "Mediterranean Wraps",
"type": ["h-item"],
"properties": {
"name": ["Mediterranean Wraps"]
}
}],
"summary": ["Customers flock to this small restaurant for their tasty falafel and shawerma wraps and welcoming staff."],
"rating": ["4.5"],
"name": ["Mediterranean Wraps Customers flock to this small restaurant for their tasty falafel and shawerma wraps and welcoming staff. 4.5 out of 5"]
}
}]
}