microformats2/spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
2013-04-18 22:13:36 -07:00

57 lines
1.4 KiB
JavaScript

// http://microformat2-node.jit.su/h-event.html
{
"items": [{
"type": ["h-event"],
"properties": {
"name": ["CPJ Online Press Freedom Summit"],
"start": ["2012-10-10"],
"location": ["San Francisco"],
"attendee": [{
"value": "Brian Warner",
"type": ["h-card"],
"properties": {
"name": ["Brian Warner"]
}
},{
"value": "Kyle Machulis",
"type": ["h-card"],
"properties": {
"name": ["Kyle Machulis"]
}
},{
"value": "Tantek Çelik",
"type": ["h-card"],
"properties": {
"name": ["Tantek Çelik"]
}
},{
"value": "Sid Sutter",
"type": ["h-card"],
"properties": {
"name": ["Sid Sutter"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Brian Warner"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Kyle Machulis"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Tantek Çelik"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Sid Sutter"]
}
}]
}