{
    "items": [{
        "type": ["h-card"],
        "properties": {
            "name": ["Jane Doe"],
            "url": ["http://example.com/"]
        }
    },
    {
        "type": ["h-card"],
        "properties": {
            "name": ["Jane Doe"],
            "url": ["http://example.com/"]
        }
    },
    {
        "type": ["h-card"],
        "properties": {
            "name": ["Jane Doe"],
            "url": ["http://example.com/"]
        }
    },
    {
        "type": ["h-card"],
        "properties": {
            "name": ["Jane Doe"],
            "url": ["http://example.com/"]
        }
    },
    {
        "type": ["h-card"],
        "properties": {},
        "children": [{
            "type": ["h-card"],
            "properties": {
                "name": ["Jane Doe"],
                "url": ["http://example.com/"]
            }
        }]
    }],
    "rels": {},
    "rel-urls": {}
}